
7 Oct
2016
7 Oct
'16
2:33 a.m.
On Sat, Sep 24, 2016 at 06:19:57PM -0600, Simon Glass wrote:
At present some spl_xxx_load_image() functions take a parameter and some don't. Of those that do, most take an integer but one takes a string.
Convert this parameter into a struct so that we can pass all functions the same thing. This will allow us to use a common function signature.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
--
Tom