spl: Convert spl_sata_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:
@@ -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);
|
||||
|
||||
/* SATA SPL functions */
|
||||
int spl_sata_load_image(struct spl_boot_device *bootdev);
|
||||
|
||||
/* SPL FAT image functions */
|
||||
int spl_load_image_fat(struct blk_desc *block_dev, int partition,
|
||||
const char *filename);
|
||||
|
||||
Reference in New Issue
Block a user