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/xilinx_zynqmp_zcu102_revB_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/xilinx_zynqmp_zcu102_revB_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_zcu102_revB_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig b/configs/xilinx_zynqmp_zcu102_revB_defconfig index e551e44f2e..b660200508 100644 --- a/configs/xilinx_zynqmp_zcu102_revB_defconfig +++ b/configs/xilinx_zynqmp_zcu102_revB_defconfig @@ -3,6 +3,7 @@ CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zcu102" CONFIG_ARCH_ZYNQMP=y CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 +CONFIG_SPL=y CONFIG_IDENT_STRING=" Xilinx ZynqMP ZCU102 revB" CONFIG_ZYNQMP_USB=y CONFIG_DEFAULT_DEVICE_TREE="zynqmp-zcu102-revB" @@ -14,7 +15,6 @@ CONFIG_FIT_VERBOSE=y CONFIG_SPL_LOAD_FIT=y # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set -CONFIG_SPL=y CONFIG_SPL_OS_BOOT=y CONFIG_SPL_RAM_SUPPORT=y CONFIG_SPL_RAM_DEVICE=y |