drivers: Descend to drivers/soc unconditionally
authorVignesh Raghavendra <vigneshr@ti.com>
Tue, 4 Feb 2020 05:39:48 +0000 (11:09 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 3 Mar 2020 07:38:13 +0000 (13:08 +0530)
commit28ff144662ebda8e601fa87579523e346f7eaf35
tree3cce618eaa8f99bbca7fb3f8bbe9aaf6df1ab9df
parent548ce227d3d852455c6395c0cec30af0cda77b09
drivers: Descend to drivers/soc unconditionally

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: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/Makefile