diff options
| author | Simon Glass <[email protected]> | 2016-09-24 18:20:01 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-10-06 15:06:56 -0400 |
| commit | 7d7dd821b0921d762a1dbfae48f2c3aa3ff29df6 (patch) | |
| tree | 6b5aa20f42ca9461ce70eabb72c66e8a5b705ada /include | |
| parent | 0fed9c7ed69c7f85f0f76fd58c1ef6ea991a786c (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/spl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/spl.h b/include/spl.h index 174147a06a0..47c10451fee 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); |
