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:
e560d71
)
cmd: usbdown: add ramdisk.img file
64/139464/2
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Wed, 19 Jul 2017 05:03:57 +0000
(14:03 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 24 Jul 2017 02:14:09 +0000
(
02:14
+0000)
For Tizen 4.0, new ramdisk.img file is added but usbdown command
does not support the file. So add ramdisk.img into usbdown file
list.
Change-Id: Ib3d4a17e34ca9c1089923c80c448fc929e8d437c
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
cmd/usbdown.c
patch
|
blob
|
history
diff --git
a/cmd/usbdown.c
b/cmd/usbdown.c
index 18132d97da5771ef4b5c69bcfd3d5e727fad25c3..23654281fbf8846df444ffef1fae1cfc62c431f9 100644
(file)
--- a/
cmd/usbdown.c
+++ b/
cmd/usbdown.c
@@
-491,6
+491,7
@@
static char *name[] = {
"system-data.img",
"user.img",
"modules.img",
+ "ramdisk.img",
};
static int do_usb_down(cmd_tbl_t *cmdtp, int flags, int argc, char * const argv[])