cmd: rockusb: import U_BOOT_CMD_ALWAYS
rockusb command is required for usbplug feature in the furture. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I9998ba07e2f7faddae6a830987bea2d6018f431a
This commit is contained in:
parent
3d8049ad2f
commit
f6aff21fa1
|
|
@ -259,7 +259,7 @@ cleanup_rkusb:
|
|||
return rc;
|
||||
}
|
||||
|
||||
U_BOOT_CMD(rockusb, 4, 1, do_rkusb,
|
||||
"Use the rockusb Protocol",
|
||||
"<USB_controller> <devtype> <dev[:part]> e.g. rockusb 0 mmc 0\n"
|
||||
U_BOOT_CMD_ALWAYS(rockusb, 4, 1, do_rkusb,
|
||||
"Use the rockusb Protocol",
|
||||
"<USB_controller> <devtype> <dev[:part]> e.g. rockusb 0 mmc 0\n"
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue