Home
last modified time | relevance | path

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

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