Simon Glass ecdfd69a4b spl: Convert boot_device into a struct
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>
2016-10-06 14:53:36 -04:00
..
2016-09-26 13:24:43 -04:00
2014-11-19 08:48:41 +01:00
2016-09-26 13:24:43 -04:00
2015-11-12 08:26:58 +08:00
2008-09-09 11:48:53 +02:00