Searched refs:BOOTM_STATE_FDT (Results 1 – 4 of 4) sorted by relevance
242 if (images->state & BOOTM_STATE_FDT) { in boot_reloc_fdt()
731 (states & BOOTM_STATE_FDT))) in do_bootm_states()748 if (!ret && (states & BOOTM_STATE_FDT)) { in do_bootm_states()
49 U_BOOT_CMD_MKENT(fdt, 0, 1, (void *)BOOTM_STATE_FDT, "", ""),
391 #define BOOTM_STATE_FDT (0x00000020) macro