Re: [U-Boot] [PATCH v2 22/27] spl: Convert spl_board_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:12PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. Update existing users. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc

[U-Boot] [PATCH v2 22/27] spl: Convert spl_board_load_image() to use linker list

2016-09-24 Thread Simon Glass
Add a linker list declaration for this method and remove the explicit switch() code. Update existing users. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-sunxi/board.c | 5 - arch/arm/mach-uniphier/boot-mode/spl_board.c | 3 ++-