[PATCH] SPI: GD SPI, enable GIGADEVICE in the config file

Vlim vlim at gigadevice.com
Mon Nov 21 23:00:33 CET 2022


Hi, Michal,

With this patch, I have only changed the defconfig files.
Please see if this is ok.

Regards,

Victor

________________________________
From: Victor Lim <victorswlim at gmail.com>
Sent: Monday, November 21, 2022 13:58
To: u-boot at lists.denx.de <u-boot at lists.denx.de>; michal.simek at xilinx.com <michal.simek at xilinx.com>; vikhyat.goyal at amd.com <vikhyat.goyal at amd.com>; ashok.reddy.soma at amd.com <ashok.reddy.soma at amd.com>; Vlim <vlim at gigadevice.com>
Subject: [PATCH] SPI: GD SPI, enable GIGADEVICE in the config file

此为外部邮件,谨防钓鱼邮件,请注意邮件是否涉及敏感信息

This is an external email, beware of phishing emails. Please pay close attention to whether the email contains sensitive information


Added GIGADEVICE=y in the defconfig files

Signed-off-by: Victor Lim <vlim at gigadevice.com>
---
 configs/xilinx_zynqmp_mini_qspi_defconfig | 1 +
 configs/zynq_cse_qspi_defconfig           | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/xilinx_zynqmp_mini_qspi_defconfig b/configs/xilinx_zynqmp_mini_qspi_defconfig
index c6401c2a54..75014117f1 100644
--- a/configs/xilinx_zynqmp_mini_qspi_defconfig
+++ b/configs/xilinx_zynqmp_mini_qspi_defconfig
@@ -78,3 +78,4 @@ CONFIG_ZYNQMP_GQSPI=y
 CONFIG_PANIC_HANG=y
 # CONFIG_GZIP is not set
 # CONFIG_LMB is not set
+CONFIG_SPI_FLASH_GIGADEVICE=y
diff --git a/configs/zynq_cse_qspi_defconfig b/configs/zynq_cse_qspi_defconfig
index 60f0d7cac4..cd245906ab 100644
--- a/configs/zynq_cse_qspi_defconfig
+++ b/configs/zynq_cse_qspi_defconfig
@@ -76,3 +76,4 @@ CONFIG_ARM_DCC=y
 CONFIG_ZYNQ_QSPI=y
 # CONFIG_GZIP is not set
 # CONFIG_LMB is not set
+CONFIG_SPI_FLASH_GIGADEVICE=y
--
2.25.1



More information about the U-Boot mailing list