diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-05-17 06:38:53 (GMT) |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-06-06 09:23:28 (GMT) |
commit | 0c1b02a73636f77d8b9733f29c2b324471b9f5a1 (patch) | |
tree | 46295c37e86cd74ef0926aaef6a886411ec879d7 /configs/xilinx_zynqmp_zcu102_revB_defconfig | |
parent | 340b0e3bb6e8808a7e683e030b3c5b5137715041 (diff) | |
download | u-boot-0c1b02a73636f77d8b9733f29c2b324471b9f5a1.tar.xz |
ARM64: zynqmp: Enable support for SPL FIT images
Enable support for RAM based FIT images read by SPL.
Empty function for now to keep compiler happy.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig b/configs/xilinx_zynqmp_zcu102_revB_defconfig index 9764452..d88035d 100644 --- a/configs/xilinx_zynqmp_zcu102_revB_defconfig +++ b/configs/xilinx_zynqmp_zcu102_revB_defconfig @@ -7,6 +7,7 @@ CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_DEFAULT_DEVICE_TREE="zynqmp-zcu102-revB" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y +CONFIG_SPL_LOAD_FIT=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="ZynqMP> " # CONFIG_CMD_IMLS is not set |