1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 01:02:19 +02:00

spl: Convert spl_ymodem_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:
Simon Glass
2016-09-24 18:20:05 -06:00
committed by Tom Rini
parent 548b3ee73c
commit dd6bf9025c
3 changed files with 2 additions and 8 deletions

View File

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