Re: [RESEND PATCH 1/7] common: spl: move armv7m-specific code to spl_perform_fixups()

2021-12-28 Thread Simon Glass
On Sat, 25 Dec 2021 at 12:57, Ovidiu Panait wrote: > > Factor out armv7m fragment to spl_perform_fixups(), which is an arch/board > specific function designed for this purpose. > > Signed-off-by: Ovidiu Panait > --- > > arch/arm/cpu/armv7m/cpu.c | 6 ++ > common/spl/spl.c | 3 --- >

[RESEND PATCH 1/7] common: spl: move armv7m-specific code to spl_perform_fixups()

2021-12-25 Thread Ovidiu Panait
Factor out armv7m fragment to spl_perform_fixups(), which is an arch/board specific function designed for this purpose. Signed-off-by: Ovidiu Panait --- arch/arm/cpu/armv7m/cpu.c | 6 ++ common/spl/spl.c | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/a

[PATCH 1/7] common: spl: move armv7m-specific code to spl_perform_fixups()

2021-10-29 Thread Ovidiu Panait
Factor out armv7m fragment to spl_perform_fixups(), which is an arch/board specific function designed for this purpose. Signed-off-by: Ovidiu Panait --- arch/arm/cpu/armv7m/cpu.c | 6 ++ common/spl/spl.c | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/a