From 100a224ca6b05ed1755e1bdba27913e533e8430a Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 4 Nov 2016 15:02:08 +0100 Subject: [PATCH] ARM64: zcu100: Disable spl dfu Enabling was the part of "ARM64: zynqmp: Add support for DFU from SPL" (sha1: 4444cb2c1925addfdad9e81396ecfc8865b6074b) which is causing that ATF bootflow is not working and this needs to be debug to find out reason for it. Disabling SPL DFU for now. Signed-off-by: Michal Simek --- configs/xilinx_zynqmp_zcu100_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/xilinx_zynqmp_zcu100_defconfig b/configs/xilinx_zynqmp_zcu100_defconfig index aa5fda42a41..87e94bf7610 100644 --- a/configs/xilinx_zynqmp_zcu100_defconfig +++ b/configs/xilinx_zynqmp_zcu100_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zcu100" CONFIG_ARCH_ZYNQMP=y CONFIG_SYS_MALLOC_F_LEN=0x8000 +CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_DM=y CONFIG_DM_SPI_FLASH=y CONFIG_DM_GPIO=y @@ -14,7 +15,6 @@ CONFIG_SPL=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_SPL_LOAD_FIT=y -CONFIG_SPL_DFU_SUPPORT=y CONFIG_IDENT_STRING=" Xilinx ZynqMP ZCU100" CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="ZynqMP> " -- 2.47.3