]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zcu100: Disable spl dfu
authorMichal Simek <michal.simek@xilinx.com>
Fri, 4 Nov 2016 14:02:08 +0000 (15:02 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 4 Nov 2016 14:06:43 +0000 (15:06 +0100)
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 <michal.simek@xilinx.com>
configs/xilinx_zynqmp_zcu100_defconfig

index aa5fda42a4198ce987ca359cb4e7defc9f3c133b..87e94bf7610b90fdca6d181e34763cbedd042bef 100644 (file)
@@ -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> "