From 38d5fa48f42f9ad82f77038a501cb8d0e900ea2c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 9 Nov 2019 17:49:20 -0500 Subject: 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 Signed-off-by: Tom Rini --- include/configs/pfla02.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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) -- cgit