diff options
author | Michal Simek <michal.simek@xilinx.com> | 2017-07-20 12:38:27 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-08-02 09:11:52 +0200 |
commit | be4634511a55c52a68131cf7114c97f5c2b608d6 (patch) | |
tree | 4c485f0874be0caffc20b99d9f154f22493c00d1 /configs | |
parent | 4b5b0fcd212bb4f2cb4c8f9d4f3699c999dfbd2d (diff) | |
download | u-boot-be4634511a55c52a68131cf7114c97f5c2b608d6.tar.gz |
arm64: zynqmp: Move dts zcu102 to zcu102-revA
Not using board revision is causing confusion about which board is
supported and tested. Mark dts files exactly with board revision which
was tested. When new board revision arives it can be symlink if SW view
is the same. Also add -revX suffix to compatible string because user space
tools are parsing this string and can change behavior depends of board
revision.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/xilinx_zynqmp_zcu102_revA_defconfig (renamed from configs/xilinx_zynqmp_zcu102_defconfig) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/xilinx_zynqmp_zcu102_defconfig b/configs/xilinx_zynqmp_zcu102_revA_defconfig index 4d0f73f782..fc14459d3c 100644 --- a/configs/xilinx_zynqmp_zcu102_defconfig +++ b/configs/xilinx_zynqmp_zcu102_revA_defconfig @@ -5,7 +5,7 @@ CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 CONFIG_IDENT_STRING=" Xilinx ZynqMP ZCU102" CONFIG_ZYNQMP_USB=y -CONFIG_DEFAULT_DEVICE_TREE="zynqmp-zcu102" +CONFIG_DEFAULT_DEVICE_TREE="zynqmp-zcu102-revA" CONFIG_DEBUG_UART=y CONFIG_AHCI=y CONFIG_DISTRO_DEFAULTS=y |