commit | 28ff144662ebda8e601fa87579523e346f7eaf35 | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Tue Feb 04 11:09:48 2020 +0530 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Mar 03 13:08:13 2020 +0530 |
tree | 3cce618eaa8f99bbca7fb3f8bbe9aaf6df1ab9df | |
parent | 548ce227d3d852455c6395c0cec30af0cda77b09 [diff] |
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>