summaryrefslogtreecommitdiff
path: root/include/spl.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-09-25 00:20:01 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-06 19:06:56 (GMT)
commit7d7dd821b0921d762a1dbfae48f2c3aa3ff29df6 (patch)
tree6b5aa20f42ca9461ce70eabb72c66e8a5b705ada /include/spl.h
parent0fed9c7ed69c7f85f0f76fd58c1ef6ea991a786c (diff)
downloadu-boot-7d7dd821b0921d762a1dbfae48f2c3aa3ff29df6.tar.xz
spl: Convert spl_ubi_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 174147a..47c1045 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -190,9 +190,6 @@ int spl_onenand_load_image(struct spl_boot_device *bootdev);
/* NOR SPL functions */
int spl_nor_load_image(struct spl_boot_device *bootdev);
-/* UBI SPL functions */
-int spl_ubi_load_image(struct spl_boot_device *bootdev);
-
/* YMODEM SPL functions */
int spl_ymodem_load_image(struct spl_boot_device *bootdev);