u-boot/common/spl
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
..
Kconfig spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig 2016-10-06 14:48:21 -04:00
Makefile spl: dfu: adding dfu support functions for SPL-DFU 2016-09-27 23:30:19 +02:00
spl.c spl: Convert boot_device into a struct 2016-10-06 14:53:36 -04:00
spl_dfu.c spl: dfu: adding dfu support functions for SPL-DFU 2016-09-27 23:30:19 +02:00
spl_ext.c spl: Add a parameter to spl_parse_image_header() 2016-10-06 14:48:17 -04:00
spl_fat.c spl: Add a parameter to spl_parse_image_header() 2016-10-06 14:48:17 -04:00
spl_fit.c spl: fit: Fix the number of bytes read in raw mode 2016-07-22 14:46:25 -04:00
spl_mmc.c spl: Convert boot_device into a struct 2016-10-06 14:53:36 -04:00
spl_nand.c spl: Convert boot_device into a struct 2016-10-06 14:53:36 -04:00
spl_net.c spl: Convert boot_device into a struct 2016-10-06 14:53:36 -04:00
spl_nor.c spl: Convert boot_device into a struct 2016-10-06 14:53:36 -04:00
spl_onenand.c spl: Convert boot_device into a struct 2016-10-06 14:53:36 -04:00
spl_sata.c spl: Convert boot_device into a struct 2016-10-06 14:53:36 -04:00
spl_ubi.c spl: Convert boot_device into a struct 2016-10-06 14:53:36 -04:00
spl_usb.c spl: Convert boot_device into a struct 2016-10-06 14:53:36 -04:00
spl_ymodem.c spl: Convert boot_device into a struct 2016-10-06 14:53:36 -04:00