Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/sh/lib/
H A Dbootm.c86 ramdisk_flags |= RD_PROMPT; in do_bootm_linux()
88 ramdisk_flags &= ~RD_PROMPT; in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dzimage.h20 #define RD_PROMPT (1<<15) macro