mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
spl: Convert spl_usb_load_image() to use linker list
Add a linker list declaration for this method and remove the explicit switch() code. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
dd6bf9025c
commit
56df46351a
3 changed files with 2 additions and 7 deletions
|
@ -187,9 +187,6 @@ int spl_spi_load_image(struct spl_boot_device *bootdev);
|
|||
/* Ethernet SPL functions */
|
||||
int spl_net_load_image(struct spl_boot_device *bootdev);
|
||||
|
||||
/* USB SPL functions */
|
||||
int spl_usb_load_image(struct spl_boot_device *bootdev);
|
||||
|
||||
/* SATA SPL functions */
|
||||
int spl_sata_load_image(struct spl_boot_device *bootdev);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue