From a92268fd7ccbb60c5911a4d66fe1abe8d96904cb Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 8 Dec 2017 15:01:19 +0100 Subject: arm64: zynqmp: Enable SPL ram support Signed-off-by: Michal Simek --- configs/xilinx_zynqmp_zcu102_revB_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/xilinx_zynqmp_zcu102_revB_defconfig') diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig b/configs/xilinx_zynqmp_zcu102_revB_defconfig index 1f70dfbacf..aefbc50a7b 100644 --- a/configs/xilinx_zynqmp_zcu102_revB_defconfig +++ b/configs/xilinx_zynqmp_zcu102_revB_defconfig @@ -16,6 +16,8 @@ CONFIG_SPL_LOAD_FIT=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SPL=y CONFIG_SPL_OS_BOOT=y +CONFIG_SPL_RAM_SUPPORT=y +CONFIG_SPL_RAM_DEVICE=y CONFIG_SYS_PROMPT="ZynqMP> " CONFIG_FASTBOOT=y CONFIG_FASTBOOT_FLASH=y -- cgit v1.2.1