From 8ae3fd66093945f9ea6b96261d99e0a874e46f1b Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 15 Jan 2019 09:30:38 +0100 Subject: arm64: zynqmp: Enable SPI on several boards Enable GQSPI driver, SF command and SPL support for some platforms. Signed-off-by: Michal Simek --- configs/xilinx_zynqmp_zc1275_revA_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/xilinx_zynqmp_zc1275_revA_defconfig') diff --git a/configs/xilinx_zynqmp_zc1275_revA_defconfig b/configs/xilinx_zynqmp_zc1275_revA_defconfig index 17fa87e166..ef30979c28 100644 --- a/configs/xilinx_zynqmp_zc1275_revA_defconfig +++ b/configs/xilinx_zynqmp_zc1275_revA_defconfig @@ -23,6 +23,7 @@ CONFIG_CMD_CLK=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_FPGA_LOADBP=y CONFIG_CMD_FPGA_LOADP=y +CONFIG_CMD_SF=y # CONFIG_CMD_NET is not set CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y @@ -46,4 +47,6 @@ CONFIG_SPI_FLASH_WINBOND=y CONFIG_DEBUG_UART_ZYNQ=y CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_ZYNQ_SERIAL=y +CONFIG_SPI=y +CONFIG_ZYNQMP_GQSPI=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y -- cgit v1.2.3