summaryrefslogtreecommitdiff
path: root/include/spl.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-09-25 00:20:09 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-06 19:07:34 (GMT)
commit139db7af4eff4eabdcc104c5c5687ab9fe64ca9a (patch)
treee3401e6b2908aac0571b9c2f2408cbfbdd8c51a6 /include/spl.h
parent0a9b73a13e3440994d4b245ffdc86c51361a296d (diff)
downloadu-boot-fsl-qoriq-139db7af4eff4eabdcc104c5c5687ab9fe64ca9a.tar.xz
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>
Diffstat (limited to 'include/spl.h')
-rw-r--r--include/spl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/spl.h b/include/spl.h
index 2d0e128..d46ddd4 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -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);