]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/p1010rdb/spl.c
Merge git://git.denx.de/u-boot-fsl-qoriq
[u-boot] / board / freescale / p1010rdb / spl.c
index f8584084ce5cc9b7421736cc249093c060e8e42e..9844194eb58e5487ad0a80953bcec09795a1d8bc 100644 (file)
@@ -12,6 +12,7 @@
 #include <i2c.h>
 #include <fsl_esdhc.h>
 #include <spi_flash.h>
+#include "../common/spl.h"
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -103,7 +104,7 @@ void board_init_r(gd_t *gd, ulong dest_addr)
 #ifdef CONFIG_SPL_MMC_BOOT
        mmc_boot();
 #elif defined(CONFIG_SPL_SPI_BOOT)
-       spi_boot();
+       fsl_spi_boot();
 #elif defined(CONFIG_SPL_NAND_BOOT)
        nand_boot();
 #endif