Searched refs:BOOTM_STATE_RAMDISK (Results 1 – 6 of 6) sorted by relevance
79 BOOTM_STATE_RAMDISK | in do_bootz()
83 BOOTM_STATE_RAMDISK | in do_booti()
45 U_BOOT_CMD_MKENT(ramdisk, 0, 1, (void *)BOOTM_STATE_RAMDISK, "", ""),129 BOOTM_STATE_RAMDISK | in do_bootm()
226 if (images->state & BOOTM_STATE_RAMDISK) { in boot_reloc_ramdisk()
664 if (!ret && (states & BOOTM_STATE_RAMDISK)) { in do_bootm_states()
390 #define BOOTM_STATE_RAMDISK (0x00000010) macro