armv8: ls1088: Move CONFIG_ENV_IS_IN_SPI_FLASH to defconfig
authorAshish Kumar <Ashish.Kumar@nxp.com>
Wed, 11 Oct 2017 13:07:42 +0000 (18:37 +0530)
committerYork Sun <york.sun@nxp.com>
Fri, 27 Oct 2017 15:39:34 +0000 (08:39 -0700)
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
configs/ls1088aqds_qspi_defconfig
configs/ls1088ardb_qspi_defconfig
include/configs/ls1088aqds.h
include/configs/ls1088ardb.h

index 6a542ed..b4e1c98 100644 (file)
@@ -30,3 +30,4 @@ CONFIG_SYS_NS16550=y
 CONFIG_DM_SPI=y
 CONFIG_FSL_DSPI=y
 CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
+CONFIG_ENV_IS_IN_SPI_FLASH=y
index 52b10af..0909c0a 100644 (file)
@@ -30,3 +30,4 @@ CONFIG_SYS_NS16550=y
 CONFIG_DM_SPI=y
 CONFIG_FSL_DSPI=y
 CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
+CONFIG_ENV_IS_IN_SPI_FLASH=y
index 71d0e4e..c2e6fd2 100644 (file)
@@ -20,7 +20,6 @@ unsigned long get_board_ddr_clk(void);
 
 
 #if defined(CONFIG_QSPI_BOOT)
-#define CONFIG_ENV_IS_IN_SPI_FLASH
 #define CONFIG_ENV_SIZE                        0x2000          /* 8KB */
 #define CONFIG_ENV_OFFSET              0x300000        /* 3MB */
 #define CONFIG_ENV_SECT_SIZE           0x40000
index 39f1345..478ddd0 100644 (file)
@@ -12,7 +12,6 @@
 #define CONFIG_DISPLAY_BOARDINFO_LATE
 
 #if defined(CONFIG_QSPI_BOOT)
-#define CONFIG_ENV_IS_IN_SPI_FLASH
 #define CONFIG_ENV_SIZE                        0x2000          /* 8KB */
 #define CONFIG_ENV_OFFSET              0x300000        /* 3MB */
 #define CONFIG_ENV_SECT_SIZE           0x40000