From 0732d7cd86722ac03726bb119ce83972731a8ae4 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 13 Dec 2017 10:35:06 +0100 Subject: arm: zynq: Add identification string to Xilinx boards It is good to see this string to make sure that u-boot which runs on the board is the same which should run there. Signed-off-by: Michal Simek --- configs/zynq_zc770_xm011_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/zynq_zc770_xm011_defconfig') diff --git a/configs/zynq_zc770_xm011_defconfig b/configs/zynq_zc770_xm011_defconfig index 52ad66a38f..d46238202e 100644 --- a/configs/zynq_zc770_xm011_defconfig +++ b/configs/zynq_zc770_xm011_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_ZYNQ=y CONFIG_SYS_TEXT_BASE=0x4000000 +CONFIG_IDENT_STRING=" Xilinx Zynq ZC770 XM011" CONFIG_SPL_STACK_R_ADDR=0x200000 # CONFIG_SPL_FAT_SUPPORT is not set CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm011" -- cgit