mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
spl: Convert spl_mmc_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
98136b2f26
commit
0fed9c7ed6
3 changed files with 5 additions and 10 deletions
|
@ -193,9 +193,6 @@ int spl_nor_load_image(struct spl_boot_device *bootdev);
|
|||
/* UBI SPL functions */
|
||||
int spl_ubi_load_image(struct spl_boot_device *bootdev);
|
||||
|
||||
/* MMC SPL functions */
|
||||
int spl_mmc_load_image(struct spl_boot_device *bootdev);
|
||||
|
||||
/* YMODEM SPL functions */
|
||||
int spl_ymodem_load_image(struct spl_boot_device *bootdev);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue