diff mbox series

rockchip: rk3328: enable USB mass storage on Renegade

Message ID afe821acfa6a02acd36b801254d7c8bf81b82df3.camel@gmail.com
State Accepted
Commit 5f4cc274737de24d122fd899dbdbbd8cd3a8d742
Delegated to: Kever Yang
Headers show
Series rockchip: rk3328: enable USB mass storage on Renegade | expand

Commit Message

Leonidas-Panagiotis Papadakos March 14, 2022, 4:51 p.m. UTC
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>
---
 configs/roc-cc-rk3328_defconfig | 1 +
 1 file changed, 1 insertion(+)

--
2.34.1

Comments

Kever Yang March 16, 2022, 6:35 a.m. UTC | #1
On 2022/3/15 00:51, Leonidas-Panagiotis Papadakos wrote:
> 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>

This is patch V2 though.


Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   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
diff mbox series

Patch

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