diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-09 17:33:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-12 11:08:00 -0500 |
commit | ba0afaee85ae1e060673b200e53629f9a5f9b074 (patch) | |
tree | 6f9d4676c17e11e1db967aa2894ec9dfcde25c94 /include/configs/evb_rk3128.h | |
parent | 5f7ff6d63eeb81ad2c071ff5f5adae5bcc94f7a4 (diff) | |
download | u-boot-ba0afaee85ae1e060673b200e53629f9a5f9b074.tar.gz u-boot-ba0afaee85ae1e060673b200e53629f9a5f9b074.tar.xz u-boot-ba0afaee85ae1e060673b200e53629f9a5f9b074.zip |
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.h | 1 |
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 |