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>
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
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> "