mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 00:11:48 +02:00
spl: Convert spl_onenand_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:
@@ -181,9 +181,6 @@ struct spl_image_loader {
|
||||
.load_image = __method, \
|
||||
}
|
||||
|
||||
/* OneNAND SPL functions */
|
||||
int spl_onenand_load_image(struct spl_boot_device *bootdev);
|
||||
|
||||
/* NOR SPL functions */
|
||||
int spl_nor_load_image(struct spl_boot_device *bootdev);
|
||||
|
||||
|
Reference in New Issue
Block a user