diff options
author | Tom Rini <trini@ti.com> | 2012-08-14 14:34:10 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-09-27 11:20:27 -0700 |
commit | a4cc1c487757fe71ee13adead888c8010191c961 (patch) | |
tree | 0d90de362ee96dae3b252bfa70d22ecf67a3fe7b /include/spl.h | |
parent | 022b4975c8dd304fa9f949594784f78601ae07c2 (diff) | |
download | u-boot-imx-a4cc1c487757fe71ee13adead888c8010191c961.zip u-boot-imx-a4cc1c487757fe71ee13adead888c8010191c961.tar.gz u-boot-imx-a4cc1c487757fe71ee13adead888c8010191c961.tar.bz2 |
SPL: SPI: Enhance spi_spl_load to match the other load functions
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/spl.h')
-rw-r--r-- | include/spl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spl.h b/include/spl.h index cf441a1..af94a82 100644 --- a/include/spl.h +++ b/include/spl.h @@ -69,7 +69,7 @@ void spl_mmc_load_image(void); void spl_ymodem_load_image(void); /* SPI SPL functions */ -void spi_boot(void); +void spl_spi_load_image(void); #ifdef CONFIG_SPL_BOARD_INIT void spl_board_init(void); |