projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e86c2
)
configs: rpi_4_32b_defconfig: enable UMS configuration
author
Jaehoon Chung
<jh80.chung@samsung.com>
Thu, 19 Dec 2019 00:53:45 +0000
(09:53 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Wed, 12 Oct 2022 04:32:45 +0000
(13:32 +0900)
Enable UMS configuration.
It can be used to usb-mass storage.
Usage: U-Boot> ums 0 mmc 0
- Then you can see block device node on your local host.
It's useful to flash or format for using Tizen.
Change-Id: Ic3a27a69a03d05691f60e764990d33d8bfef2275
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
configs/rpi_4_32b_defconfig
patch
|
blob
|
history
diff --git
a/configs/rpi_4_32b_defconfig
b/configs/rpi_4_32b_defconfig
index 20467fb34191fc966b10e6024d7e26551268233f..8908ef7d71e4b042901be96b33ad8d72969e49cd 100644
(file)
--- a/
configs/rpi_4_32b_defconfig
+++ b/
configs/rpi_4_32b_defconfig
@@
-24,6
+24,7
@@
CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
+CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_FS_UUID=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y