diff options
| author | Tom Rini <trini@ti.com> | 2012-08-14 12:25:23 -0700 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2012-09-27 09:49:58 -0700 |
| commit | d4c4e0e11710f26904c288ad1bf05d8b73abddf7 (patch) | |
| tree | 46a57a884bc9dad4cd3e98e45c61e774a443912f /arch/arm/include/asm/spl.h | |
| parent | 026b2fe32c3d5658befb54521dcfed46444e6bf8 (diff) | |
| download | olio-uboot-2014.01-d4c4e0e11710f26904c288ad1bf05d8b73abddf7.tar.xz olio-uboot-2014.01-d4c4e0e11710f26904c288ad1bf05d8b73abddf7.zip | |
ARM: SPL: Start hooking in the current SPI SPL support
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/spl.h')
| -rw-r--r-- | arch/arm/include/asm/spl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/spl.h b/arch/arm/include/asm/spl.h index fdb78b51e..47ca1b667 100644 --- a/arch/arm/include/asm/spl.h +++ b/arch/arm/include/asm/spl.h @@ -60,6 +60,9 @@ void spl_mmc_load_image(void); /* YMODEM SPL functions */ void spl_ymodem_load_image(void); +/* SPI SPL functions */ +void spi_boot(void); + #ifdef CONFIG_SPL_BOARD_INIT void spl_board_init(void); #endif |