• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂ba0afaee85ae1e060673b200e53629f9a5f9b074 (tree)
時間2019-11-13 01:08:00
作者Tom Rini <trini@kons...>
CommiterTom Rini

Log Message

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>

Change Summary

差異

--- a/configs/evb-rk3128_defconfig
+++ b/configs/evb-rk3128_defconfig
@@ -17,6 +17,7 @@ CONFIG_CMD_USB_MASS_STORAGE=y
1717 # CONFIG_CMD_SETEXPR is not set
1818 CONFIG_CMD_TIME=y
1919 CONFIG_DEFAULT_DEVICE_TREE="rk3128-evb"
20+CONFIG_ENV_IS_IN_MMC=y
2021 CONFIG_REGMAP=y
2122 CONFIG_SYSCON=y
2223 CONFIG_CLK=y
--- a/include/configs/evb_rk3128.h
+++ b/include/configs/evb_rk3128.h
@@ -8,7 +8,6 @@
88
99 #include <configs/rk3128_common.h>
1010
11-#define CONFIG_ENV_IS_IN_MMC
1211 #define CONFIG_SYS_MMC_ENV_DEV 0
1312
1413 #endif