diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-03-23 09:34:00 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-03-23 09:34:00 +0100 |
commit | 734bf172e9db4e3afb24772c368bbb7632bf3921 (patch) | |
tree | 7b1e4460f3a091504f144cb1c86e59468796c955 /configs/zynq_zc770_xm011_x16_defconfig | |
parent | ee4983f73a067b07c8b2d7776c6405f535087823 (diff) | |
download | u-boot-734bf172e9db4e3afb24772c368bbb7632bf3921.tar.gz |
xilinx: Sync defconfigs with latest Kconfig updates
Make defconfigs up2date with current location.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_zc770_xm011_x16_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm011_x16_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/zynq_zc770_xm011_x16_defconfig b/configs/zynq_zc770_xm011_x16_defconfig index bd0ec7b33b..a93e5241fc 100644 --- a/configs/zynq_zc770_xm011_x16_defconfig +++ b/configs/zynq_zc770_xm011_x16_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_ZYNQ=y CONFIG_SYS_TEXT_BASE=0x4000000 +CONFIG_SPL=y CONFIG_IDENT_STRING=" Xilinx Zynq ZC770 XM011 x16" CONFIG_SPL_STACK_R_ADDR=0x200000 # CONFIG_SPL_FAT_SUPPORT is not set @@ -12,7 +13,6 @@ CONFIG_FIT_SIGNATURE=y CONFIG_FIT_VERBOSE=y # CONFIG_USE_BOOTCOMMAND is not set # CONFIG_DISPLAY_CPUINFO is not set -CONFIG_SPL=y CONFIG_SPL_STACK_R=y CONFIG_SPL_OS_BOOT=y CONFIG_SYS_PROMPT="Zynq> " |