From ba0afaee85ae1e060673b200e53629f9a5f9b074 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 9 Nov 2019 17:33:49 -0500 Subject: evb-rk3128: Migrate CONFIG_ENV_IS_IN_MMC to defconfig This board is setting CONFIG_ENV_IS_IN_MMC in the header rather than defconfig, fix. Cc: Kever Yang Signed-off-by: Tom Rini --- include/configs/evb_rk3128.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/evb_rk3128.h b/include/configs/evb_rk3128.h index 73ceab03732..bf6c7eaf4c1 100644 --- a/include/configs/evb_rk3128.h +++ b/include/configs/evb_rk3128.h @@ -8,7 +8,6 @@ #include -#define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 #endif -- cgit v1.2.3