[PATCH] 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@gmail.com --- configs/roc-cc-rk3328_defconfig | 1 + 1 file changed, 1 insertion(+)
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

Hi Leonidas, Thanks for your patch, please update the subject with below tags like: rockchip: rk3328:
Thanks, - Kever
Leonidas P. Papadakos papadakospan@gmail.com 于2021年12月25日周六 21:57写道:
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@gmail.com
configs/roc-cc-rk3328_defconfig | 1 + 1 file changed, 1 insertion(+)
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 -- 2.34.1
participants (2)
-
Kever Yang
-
Leonidas P. Papadakos