Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sh/lib/
H A Dbootm.c85 ramdisk_flags |= RD_PROMPT; in do_bootm_linux()
87 ramdisk_flags &= ~RD_PROMPT; in do_bootm_linux()
/openbmc/u-boot/arch/sh/include/asm/
H A Dzimage.h19 #define RD_PROMPT (1<<15) macro