diff options
author | Michal Simek <michal.simek@xilinx.com> | 2017-12-13 10:35:06 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-01-30 14:28:44 +0100 |
commit | 0732d7cd86722ac03726bb119ce83972731a8ae4 (patch) | |
tree | 0a5ce7efcf059d5da79e03a438f822776d75819c /configs/zynq_zc770_xm011_defconfig | |
parent | 501fbc6744edbf607329f36c378abbab53cdc8f4 (diff) | |
download | u-boot-0732d7cd86722ac03726bb119ce83972731a8ae4.tar.gz u-boot-0732d7cd86722ac03726bb119ce83972731a8ae4.tar.xz u-boot-0732d7cd86722ac03726bb119ce83972731a8ae4.zip |
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 <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_zc770_xm011_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm011_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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" |