Home
last modified time | relevance | path

Searched refs:U_BOOT_CMD_ALWAYS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcommand.h225 #define U_BOOT_CMD_ALWAYS(_name, _maxargs, _rep, _cmd, _usage, _help) \ macro
230 #define U_BOOT_CMD_ALWAYS(_name, _maxargs, _rep, _cmd, _usage, _help) \ macro
/OK3568_Linux_fs/u-boot/cmd/
H A Ddownload.c34 U_BOOT_CMD_ALWAYS(
H A Dboot.c72 U_BOOT_CMD_ALWAYS(
H A Dbootfit.c128 U_BOOT_CMD_ALWAYS(
H A Drockusb.c294 U_BOOT_CMD_ALWAYS(rockusb, 4, 1, do_rkusb,
H A DKconfig33 config U_BOOT_CMD_ALWAYS config
34 bool "Enable cmd with U_BOOT_CMD_ALWAYS() declared"
38 U_BOOT_CMD_ALWAYS() declared even when CONFIG_CMDLINE is disabled.