
16 Nov
2022
16 Nov
'22
10:09 p.m.
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