mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
Blackfin: drop CONFIG_SPI handling in board init
The eeprom SPI init functions are duplicated as the common code already executes these for us. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
e7e684b10d
commit
687f952e41
1 changed files with 0 additions and 7 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue