From: Jaehoon Chung Date: Thu, 19 Dec 2019 00:53:45 +0000 (+0900) Subject: configs: rpi_4_32b_defconfig: enable UMS configuration X-Git-Tag: submit/tizen/20191219.051336~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25ce49b20d38652a91b1be8f3f1b03aaebd42bc6;p=platform%2Fkernel%2Fu-boot.git configs: rpi_4_32b_defconfig: enable UMS configuration 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 --- diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig index 318e11e8e7..bd72325bf9 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -15,6 +15,7 @@ CONFIG_CMD_DFU=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y +CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_CMD_FS_UUID=y CONFIG_OF_BOARD=y CONFIG_ENV_FAT_INTERFACE="mmc"