1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

spi: Remove used spi_init

spi_init used in some areas in tree, but the respective
drivers will remove in future patches.

So remove the same instances.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
Jagan Teki
2018-11-20 09:02:04 +01:00
parent e2cae51472
commit fe82ca8f71
4 changed files with 0 additions and 11 deletions

View File

@@ -126,8 +126,6 @@ int atmel_df_pow2(int argc, char * const argv[])
return 1;
}
spi_init();
while (1) {
struct spi_slave *slave;
char *line, *p;