On 12/05/21 09:18AM, Stefan Roese wrote: > Currently, building U-Boot for x530 fails since the SPL image is too > big. This patch reduces the SPL size by changing the following Kconfig > options: > > Enable CONFIG_SPL_TINY_MEMSET > Disable CONFIG_SPI_FLASH_BAR > > By disabling CONFIG_SPI_FLASH_BAR, the tiny SPI NOR framework can be > used. > > Signed-off-by: Stefan Roese <[email protected]> > Cc: Chris Packham <[email protected]> > Cc: Pratyush Yadav <[email protected]> > Cc: Tom Rini <[email protected]>
Acked-by: Pratyush Yadav <[email protected]> -- Regards, Pratyush Yadav Texas Instruments Inc.

