Home
last modified time | relevance | path

Searched refs:CMD_FLAG_BOOTD (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dcommand.c524 if (flag & CMD_FLAG_BOOTD) { in cmd_process()
528 flag |= CMD_FLAG_BOOTD; in cmd_process()
/OK3568_Linux_fs/u-boot/include/
H A Dcommand.h170 #define CMD_FLAG_BOOTD 0x0002 /* command is from bootd */ macro