spi: Remove used spi_init
[oweals/u-boot.git] / examples / standalone / atmel_df_pow2.c
index 2e14aba390e62d0974330c16069792f52f769568..b7bd243730bb0ce69ab8701dbfaec0566a849a00 100644 (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;