mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
f5a122e2ab
Instead of symlink include origin file and just change model description. Difference is not in DT but in ps7_init configurations which is taken based on device tree name that's why the same DT can't be used. Also update model and update comments to match configurations. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
11 lines
221 B
Text
11 lines
221 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Xilinx ZC770 XM011 board DTS with NAND x16
|
|
*
|
|
* Copyright (C) 2013-2018 Xilinx, Inc.
|
|
*/
|
|
#include "zynq-zc770-xm011.dts"
|
|
|
|
/ {
|
|
model = "Xilinx ZC770 XM011 board (NAND x16)";
|
|
};
|