diff options
author | Leonidas-Panagiotis Papadakos <papadakospan@gmail.com> | 2022-03-14 18:51:49 +0200 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2022-03-18 18:12:03 +0800 |
commit | 5f4cc274737de24d122fd899dbdbbd8cd3a8d742 (patch) | |
tree | 900d4527b68d576578ab3eab490f8226381ec483 /configs/roc-cc-rk3328_defconfig | |
parent | ba366809bc9999a24e974ed2e3e90b87116e5f08 (diff) | |
download | u-boot-5f4cc274737de24d122fd899dbdbbd8cd3a8d742.tar.gz |
rockchip: rk3328: enable USB mass storage on Renegade
This is very useful to access the LibreComputer eMMC as removable
storage from a PC (e.g. like so `ums 0 mmc 0`). It has been tested as
working on my Renegade board.
Signed-off-by: Leonidas P. Papadakos <papadakospan at gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/roc-cc-rk3328_defconfig')
-rw-r--r-- | configs/roc-cc-rk3328_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/roc-cc-rk3328_defconfig b/configs/roc-cc-rk3328_defconfig index cf04bbc768..e3e40a6d64 100644 --- a/configs/roc-cc-rk3328_defconfig +++ b/configs/roc-cc-rk3328_defconfig @@ -36,6 +36,7 @@ CONFIG_CMD_BOOTZ=y CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y +CONFIG_CMD_USB_MASS_STORAGE=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_TIME=y CONFIG_SPL_OF_CONTROL=y |