Re: [PATCH v2 01/12] drivers: Descend to drivers/soc unconditionally

2020-06-02 Thread Simon Glass
Hi Tom, On Mon, 3 Feb 2020 at 22:40, Vignesh Raghavendra wrote: > > Descend to drivers/soc directory unconditionally for SPL and U-Boot > builds. Individual drivers can have their own config to check what needs > to be built for SPL. There should be no increase in SPL code size > due to this

[PATCH v2 01/12] drivers: Descend to drivers/soc unconditionally

2020-02-03 Thread Vignesh Raghavendra
Descend to drivers/soc directory unconditionally for SPL and U-Boot builds. Individual drivers can have their own config to check what needs to be built for SPL. There should be no increase in SPL code size due to this change. This is required on K3 SoCs to support DMA in SPL. Signed-off-by: