summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-11-09 17:49:20 -0500
committerTom Rini <trini@konsulko.com>2019-11-12 11:08:00 -0500
commit38d5fa48f42f9ad82f77038a501cb8d0e900ea2c (patch)
tree79774f410f510d0e083bed876373403397156f7b /include
parentba0afaee85ae1e060673b200e53629f9a5f9b074 (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 <sbabic@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/pfla02.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pfla02.h b/include/configs/pfla02.h
index 8731d89af2..c21b993a62 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)