From: Michal Simek Date: Thu, 4 Jan 2018 14:10:12 +0000 (+0100) Subject: arm64: zynqmp: Enable SPL spi support for zcu102 revB/rev1.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d71b3ecb246e35ec2e7b2013b5bdee60f54a258d;p=thirdparty%2Fu-boot.git arm64: zynqmp: Enable SPL spi support for zcu102 revB/rev1.0 The same functionality was tested on zcu102 and this patch is keeping configs align. Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig b/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig index d581f773527..65e27d0b99c 100644 --- a/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig +++ b/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig @@ -3,6 +3,8 @@ CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zcu102" CONFIG_ARCH_ZYNQMP=y CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 +CONFIG_SPL_SPI_FLASH_SUPPORT=y +CONFIG_SPL_SPI_SUPPORT=y CONFIG_IDENT_STRING=" Xilinx ZynqMP ZCU102 rev1.0" CONFIG_ZYNQMP_QSPI=y CONFIG_ZYNQMP_USB=y diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig b/configs/xilinx_zynqmp_zcu102_revB_defconfig index 4982a1c878d..4bb88d494ae 100644 --- a/configs/xilinx_zynqmp_zcu102_revB_defconfig +++ b/configs/xilinx_zynqmp_zcu102_revB_defconfig @@ -3,6 +3,8 @@ CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zcu102" CONFIG_ARCH_ZYNQMP=y CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 +CONFIG_SPL_SPI_FLASH_SUPPORT=y +CONFIG_SPL_SPI_SUPPORT=y CONFIG_IDENT_STRING=" Xilinx ZynqMP ZCU102 revB" CONFIG_ZYNQMP_QSPI=y CONFIG_ZYNQMP_USB=y