summaryrefslogtreecommitdiff
path: root/include/configs/evb_rk3128.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-11-10 01:33:49 +0300
committerTom Rini <trini@konsulko.com>2019-11-12 19:08:00 +0300
commitba0afaee85ae1e060673b200e53629f9a5f9b074 (patch)
tree6f9d4676c17e11e1db967aa2894ec9dfcde25c94 /include/configs/evb_rk3128.h
parent5f7ff6d63eeb81ad2c071ff5f5adae5bcc94f7a4 (diff)
downloadu-boot-ba0afaee85ae1e060673b200e53629f9a5f9b074.tar.xz
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 <kever.yang@rock-chips.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/evb_rk3128.h')
-rw-r--r--include/configs/evb_rk3128.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/evb_rk3128.h b/include/configs/evb_rk3128.h
index 73ceab0373..bf6c7eaf4c 100644
--- a/include/configs/evb_rk3128.h
+++ b/include/configs/evb_rk3128.h
@@ -8,7 +8,6 @@
#include <configs/rk3128_common.h>
-#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 0
#endif