Skip to content

Commit

Permalink
ARM64: zcu100: Disable spl dfu
Browse files Browse the repository at this point in the history
Enabling was the part of
"ARM64: zynqmp: Add support for DFU from SPL"
(sha1: 4444cb2)

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 <[email protected]>
  • Loading branch information
Michal Simek committed Nov 4, 2016
1 parent 2931a7a commit 100a224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/xilinx_zynqmp_zcu100_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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> "
Expand Down

0 comments on commit 100a224

Please sign in to comment.