]> Git Repo - J-u-boot.git/blobdiff - common/board_f.c
spi: Zap CONFIG_HARD_SPI
[J-u-boot.git] / common / board_f.c
index 60634e52cd7140e6bd8d01a64984bb585bd4c62a..a3e80ca9512f79667ea416515b03cd374c6706c2 100644 (file)
@@ -257,15 +257,6 @@ __weak int init_func_vid(void)
 }
 #endif
 
-#if defined(CONFIG_HARD_SPI)
-static int init_func_spi(void)
-{
-       puts("SPI:   ");
-       puts("ready\n");
-       return 0;
-}
-#endif
-
 static int setup_mon_len(void)
 {
 #if defined(__ARM__) || defined(__MICROBLAZE__)
@@ -863,9 +854,6 @@ static const init_fnc_t init_sequence_f[] = {
 #endif
 #if defined(CONFIG_VID) && !defined(CONFIG_SPL)
        init_func_vid,
-#endif
-#if defined(CONFIG_HARD_SPI)
-       init_func_spi,
 #endif
        announce_dram_init,
        dram_init,              /* configure available RAM banks */
This page took 0.025959 seconds and 4 git commands to generate.