summaryrefslogtreecommitdiff
path: root/configs/evb-rk3229_defconfig
diff options
context:
space:
mode:
authorUrja Rannikko <urjaman@gmail.com>2019-05-13 16:51:04 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-08-19 07:43:26 +0300
commita186e8aa67831b690b922243a4614e956eafb370 (patch)
tree5071c6f0ada874330438f4dfe534604e99fe717f /configs/evb-rk3229_defconfig
parent64df512e151fd10c5e5da6ab50f1bfeeec4476d4 (diff)
downloadu-boot-a186e8aa67831b690b922243a4614e956eafb370.tar.xz
configs: Move CONFIG_CMD_USB_MASS_STORAGE properly into Kconfig
This affects RK3036, RK322X and RK3288 - the defconfig changes done by moveconfig.py for the veyrons were left out on purpose because they dont have an OTG port, and will get their config updated in the next commit. Signed-off-by: Urja Rannikko <urjaman@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/evb-rk3229_defconfig')
-rw-r--r--configs/evb-rk3229_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-rk3229_defconfig b/configs/evb-rk3229_defconfig
index b47a90e391..3f9a94d517 100644
--- a/configs/evb-rk3229_defconfig
+++ b/configs/evb-rk3229_defconfig
@@ -25,6 +25,7 @@ CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x2000
CONFIG_SPL_OPTEE=y
CONFIG_CMD_GPT=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_USB_MASS_STORAGE=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TIME=y
CONFIG_SPL_OF_CONTROL=y