U-Boot SPL not getting generated

Venkatakrishnan S ic11539 venkatakrishnan.sutharsan at imail.iitm.ac.in
Wed Nov 16 22:09:14 CET 2022


Hi,

I am trying to generate u-boot spl for a custom processor based out of
risc-v arch. I have done the defconfig for u-boot proper and is
working now. I am able to use that alone with opensbi. I am trying to
generate u-boot spl for the same board and I am not able to generate
it despite adding the config option in the defconfig for the board.

The options enabled/added for u-boot spl are :

CONFIG_SPL_DM_SPI=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL=y
CONFIG_SPL_BUILD=y
CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI_SUPPORT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x80000000
CONFIG_SPL_CLK=y

Thanks in advance.

Regards,
Venkatakrishnan Sutharsan


More information about the U-Boot mailing list