diff options
| author | Tom Rini <[email protected]> | 2019-11-09 17:49:20 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-11-12 11:08:00 -0500 |
| commit | 38d5fa48f42f9ad82f77038a501cb8d0e900ea2c (patch) | |
| tree | 79774f410f510d0e083bed876373403397156f7b /include | |
| parent | ba0afaee85ae1e060673b200e53629f9a5f9b074 (diff) | |
pfla02: Migrate CONFIG_ENV_IS_IN_SPI_FLASH to defconfig
This board is setting CONFIG_ENV_IS_IN_SPI_FLASH in the header rather
than defconfig, fix.
Cc: Stefano Babic <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/pfla02.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pfla02.h b/include/configs/pfla02.h index 8731d89af2c..c21b993a62b 100644 --- a/include/configs/pfla02.h +++ b/include/configs/pfla02.h @@ -74,7 +74,6 @@ #define CONFIG_SYS_FSL_USDHC_NUM 2 /* Environment organization */ -#define CONFIG_ENV_IS_IN_SPI_FLASH #define CONFIG_ENV_SIZE (16 * 1024) #define CONFIG_ENV_OFFSET (1024 * SZ_1K) #define CONFIG_ENV_SECT_SIZE (64 * SZ_1K) |
