Home
last modified time | relevance | path

Searched refs:BOOTM_STATE_RAMDISK (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/cmd/
H A Dbootz.c79 BOOTM_STATE_RAMDISK | in do_bootz()
H A Dbooti.c83 BOOTM_STATE_RAMDISK | in do_booti()
H A Dbootm.c45 U_BOOT_CMD_MKENT(ramdisk, 0, 1, (void *)BOOTM_STATE_RAMDISK, "", ""),
129 BOOTM_STATE_RAMDISK | in do_bootm()
/openbmc/u-boot/arch/mips/lib/
H A Dbootm.c226 if (images->state & BOOTM_STATE_RAMDISK) { in boot_reloc_ramdisk()
/openbmc/u-boot/include/
H A Dimage.h416 #define BOOTM_STATE_RAMDISK (0x00000010) macro
/openbmc/u-boot/common/
H A Dbootm.c729 if (!ret && (states & BOOTM_STATE_RAMDISK)) { in do_bootm_states()