[U-Boot] [PATCH v7 43/87] configs: ls1021aqds: Drop DM_SPI_FLASH	and DATAFLASH
    Jagan Teki 
    jteki at openedev.com
       
    Tue Mar 22 08:37:55 CET 2016
    
    
  
Dropped DM_SPI_FLASH and SPI_FLASH_DATAFLASH
Cc: Bin Meng <bmeng.cn at gmail.com>
Cc: Simon Glass <sjg at chromium.org>
Cc: York Sun <york.sun at nxp.com>
Signed-off-by: Jagan Teki <jteki at openedev.com>
---
 include/configs/ls1021aqds.h | 2 --
 1 file changed, 2 deletions(-)
diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h
index d7025f6..b5415f4 100644
--- a/include/configs/ls1021aqds.h
+++ b/include/configs/ls1021aqds.h
@@ -432,8 +432,6 @@ unsigned long get_board_ddr_clk(void);
 /* DM SPI */
 #if defined(CONFIG_FSL_DSPI) || defined(CONFIG_FSL_QSPI)
 #define CONFIG_CMD_SF
-#define CONFIG_DM_SPI_FLASH
-#define CONFIG_SPI_FLASH_DATAFLASH
 #endif
 #endif
 
-- 
1.9.1
    
    
More information about the U-Boot
mailing list