commit | 63c029b5dac62a9b49e27c135594571c4da1e098 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Fri Jul 15 10:25:26 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 25 13:02:04 2022 -0400 |
tree | 08d83bb4aafed235d850b37cf46e6849fff0f10d | |
parent | fd331f32cda097b057d3fc75fbdce07b6bb4a64c [diff] |
arm: mach-k3: Only build init files for SPL The content of these files are only used in SPL builds. The contents are already ifdef for the same, remove that and only include the whole file in the build when building for SPL. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>