Re: [PATCH 1/2] arm: mach-k3: Only build init files for SPL

2022-07-25 Thread Tom Rini
On Fri, Jul 15, 2022 at 10:25:26AM -0500, Andrew Davis wrote: > 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 > Reviewed-by:

Re: [PATCH 1/2] arm: mach-k3: Only build init files for SPL

2022-07-18 Thread Tom Rini
On Fri, Jul 15, 2022 at 10:25:26AM -0500, Andrew Davis wrote: > 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 Reviewed-by:

[PATCH 1/2] arm: mach-k3: Only build init files for SPL

2022-07-15 Thread Andrew Davis
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 --- arch/arm/mach-k3/Makefile | 13 - arch/arm/mach-k3/am625_init.c