[U-Boot] [PATCH] Blackfin: drop CONFIG_SPI handling in board init

7 Jan
2009
7 Jan
'09
8:57 a.m.
The eeprom SPI init functions are duplicated as the common code already executes these for us.
Signed-off-by: Mike Frysinger vapier@gentoo.org --- lib_blackfin/board.c | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/lib_blackfin/board.c b/lib_blackfin/board.c index fde4bbe..05e66e3 100644 --- a/lib_blackfin/board.c +++ b/lib_blackfin/board.c @@ -374,13 +374,6 @@ void board_init_r(gd_t * id, ulong dest_addr) mem_malloc_init(); malloc_bin_reloc();
-#ifdef CONFIG_SPI -# if ! defined(CONFIG_ENV_IS_IN_EEPROM) - spi_init_f(); -# endif - spi_init_r(); -#endif - #ifdef CONFIG_CMD_NAND puts("NAND: "); nand_init(); /* go init the NAND */
--
1.6.0.6
5964
Age (days ago)
5964
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike Frysinger