summaryrefslogtreecommitdiff
path: root/include/spl.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-09-25 00:20:06 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-06 19:07:29 (GMT)
commit56df46351ad56551f8ea7e54d217ea6b709e686c (patch)
treec09a75c375816ec291bdbf6bf8ae8387cc56d8d0 /include/spl.h
parentdd6bf9025c2fd8ef0860e6e3ff4c12bc202fc64a (diff)
downloadu-boot-fsl-qoriq-56df46351ad56551f8ea7e54d217ea6b709e686c.tar.xz
spl: Convert spl_usb_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>
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 7885521..7270cc2 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -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);
-/* USB SPL functions */
-int spl_usb_load_image(struct spl_boot_device *bootdev);
-
/* SATA SPL functions */
int spl_sata_load_image(struct spl_boot_device *bootdev);