Re: [PATCH v4 16/18] common: board_r: Drop arch-specific ifdefs around initr_trap

2021-01-16 Thread Tom Rini
On Sat, Nov 28, 2020 at 10:43:18AM +0200, Ovidiu Panait wrote: > In order to remove the arch-specific ifdefs around initr_trap, introduce > arch_initr_trap weak initcall. Implementations for ppc/m68k/mips have > been moved to arch//lib/traps.c > > Default implementation is a nop stub. > > Signed

Re: [PATCH v4 16/18] common: board_r: Drop arch-specific ifdefs around initr_trap

2020-11-30 Thread Daniel Schwierzeck
Am Samstag, den 28.11.2020, 10:43 +0200 schrieb Ovidiu Panait: > In order to remove the arch-specific ifdefs around initr_trap, introduce > arch_initr_trap weak initcall. Implementations for ppc/m68k/mips have > been moved to arch//lib/traps.c > > Default implementation is a nop stub. > > Signed-

[PATCH v4 16/18] common: board_r: Drop arch-specific ifdefs around initr_trap

2020-11-28 Thread Ovidiu Panait
In order to remove the arch-specific ifdefs around initr_trap, introduce arch_initr_trap weak initcall. Implementations for ppc/m68k/mips have been moved to arch//lib/traps.c Default implementation is a nop stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v4 updates: - Drop trap_