Re: [PATCH v3 68/95] socfpga: Use the correct condition for SYS_L2_PL310

2023-02-22 Thread Tom Rini
On Wed, Feb 22, 2023 at 12:16:53PM -0700, Simon Glass wrote: > Hi Tom, > > On Tue, 14 Feb 2023 at 09:38, Tom Rini wrote: > > > > On Sun, Feb 12, 2023 at 04:16:11PM -0700, Simon Glass wrote: > > > > > Update this to use the PPL condition instead, so that nothing changes when > > > building for SPL

Re: [PATCH v3 68/95] socfpga: Use the correct condition for SYS_L2_PL310

2023-02-22 Thread Simon Glass
Hi Tom, On Tue, 14 Feb 2023 at 09:38, Tom Rini wrote: > > On Sun, Feb 12, 2023 at 04:16:11PM -0700, Simon Glass wrote: > > > Update this to use the PPL condition instead, so that nothing changes when > > building for SPL with split config. > > > > Signed-off-by: Simon Glass > > --- > > > > (no c

Re: [PATCH v3 68/95] socfpga: Use the correct condition for SYS_L2_PL310

2023-02-14 Thread Tom Rini
On Sun, Feb 12, 2023 at 04:16:11PM -0700, Simon Glass wrote: > Update this to use the PPL condition instead, so that nothing changes when > building for SPL with split config. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > arch/arm/mach-socfpga/misc.c | 4 ++-- > 1 file ch

[PATCH v3 68/95] socfpga: Use the correct condition for SYS_L2_PL310

2023-02-12 Thread Simon Glass
Update this to use the PPL condition instead, so that nothing changes when building for SPL with split config. Signed-off-by: Simon Glass --- (no changes since v1) arch/arm/mach-socfpga/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-socfpga/misc.c