Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sh/lib/
H A Dbootm.c91 ramdisk_flags |= RD_DOLOAD; in do_bootm_linux()
93 ramdisk_flags &= ~RD_DOLOAD; in do_bootm_linux()
/openbmc/u-boot/arch/sh/include/asm/
H A Dzimage.h20 #define RD_DOLOAD (1<<14) macro