
Hi, Michal,
With this patch, I have only changed the defconfig files. Please see if this is ok.
Regards,
Victor
________________________________ From: Victor Lim victorswlim@gmail.com Sent: Monday, November 21, 2022 13:58 To: u-boot@lists.denx.de u-boot@lists.denx.de; michal.simek@xilinx.com michal.simek@xilinx.com; vikhyat.goyal@amd.com vikhyat.goyal@amd.com; ashok.reddy.soma@amd.com ashok.reddy.soma@amd.com; Vlim vlim@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@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