Re: [U-Boot] [PATCH v4 40/42] common: Move trap_init() out of common.h

2019-11-15 Thread Daniel Schwierzeck
Am 14.11.19 um 20:57 schrieb Simon Glass: > Move this function into the init.h header file. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini > --- > > Changes in v4: None > Changes in v3: > - Add init.h header > > Changes in v2: > - Move trap_init() into init.h instead; update commit m

[U-Boot] [PATCH v4 40/42] common: Move trap_init() out of common.h

2019-11-14 Thread Simon Glass
Move this function into the init.h header file. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- Changes in v4: None Changes in v3: - Add init.h header Changes in v2: - Move trap_init() into init.h instead; update commit message arch/m68k/lib/traps.c | 1 + arch/mips/lib/traps.c | 1 + i