spl: Convert spl_spi_load_image() to use linker list

Add a linker list declaration for this method and remove the explicit
switch() code. Also set up the sunxi function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Simon Glass
2016-09-24 18:20:09 -06:00
committed by Tom Rini
parent 0a9b73a13e
commit 139db7af4e
4 changed files with 6 additions and 9 deletions

View File

@@ -181,9 +181,6 @@ struct spl_image_loader {
.load_image = __method, \
}
/* SPI SPL functions */
int spl_spi_load_image(struct spl_boot_device *bootdev);
/* Ethernet SPL functions */
int spl_net_load_image(struct spl_boot_device *bootdev);