Re: [U-Boot] [PATCH v2 08/27] spl: Add a way to declare an SPL image loader

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:19:58PM -0600, Simon Glass wrote: > Add a linker list macro which can be used to declare an SPL image loader. > Update spl_load_image() to search available loaders for the correct one. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini

[U-Boot] [PATCH v2 08/27] spl: Add a way to declare an SPL image loader

2016-09-24 Thread Simon Glass
Add a linker list macro which can be used to declare an SPL image loader. Update spl_load_image() to search available loaders for the correct one. Signed-off-by: Simon Glass --- Changes in v2: - Fix typo - rename spL_find_loader() to spl_ll_find_loader() common/spl/spl.c |