[PATCH 0/4] Enable gigadevice and add new part #s
Vlim
vlim at gigadevice.com
Fri Jan 6 20:53:03 CET 2023
Hi, Michal,
On 1/5/23 20:47, Vlim wrote:
>> Regarding the location of the entry, I believe you want me to add the entry in
>> the alphabetical order?
>
> Not really. I want to you follow Kconfig layout which is what make savedefconfig
> && cp defconfig configs/<defconfig> is for.
>
> Can you be more specific on this requirement?
> I believe this is pertaining to the defconfig files.
> Where is the correct line to insert the following entry?
> CONFIG_SPI_FLASH_GIGADEVICE=y
Again. Just enable that option and run for example
make xilinx_zynqmp_virt_defconfig
echo CONFIG_SPI_FLASH_GIGADEVICE=y >> .config
make savedefconfig
cp defconfig configs/xilinx_zynqmp_virt_defconfig
git commit -a -s
And that's it. Your symbol will be added to proper location.
I did the make command, but it says nothing to be done.
Do I need to install an additional software package in order to perform this function?
victor at victor-17Z990-R-AAC9U1:~/Desktop/u-boot-xlnx/configs$ make zynq_cse_qspi_defconfig
make: Nothing to be done for 'zynq_cse_qspi_defconfig'.
victor at victor-17Z990-R-AAC9U1:~/Desktop/u-boot-xlnx/configs$
Regards,
Victor
More information about the U-Boot
mailing list