
Hi,
On 11/21/22 23:11, Vlim wrote:
Hi, Michal,
Regarding the following item,
drivers/mtd/spi/spi-nor-ids.c | 137 +++++++++++++++------- 3 files changed, 94 insertions(+), 45 deletions(-)
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
This is likely just appended and doesn't reflect Kconfig layout. Run make xilinx_zynqmp_mini_qspi_defconfig; make savedefconfig; cp defconfig configs/xilinx_zynqmp_mini_qspi_defconfig
I have the following script for uboot compilation, should I add the following lines to my script? make savedefconfig; cp defconfig configs/xilinx_zynqmp_mini_qspi_defconfig
up2you but symbol position should be correct when you add it based on current Kconfig layout.
Thanks, Michal