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:
Joseph Chen 2020-05-19 11:24:47 +08:00 committed by Jianhong Chen
parent 3d8049ad2f
commit f6aff21fa1
1 changed files with 3 additions and 3 deletions

View File

@ -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"
);