Home
last modified time | relevance | path

Searched refs:BOOTM_STATE_FDT (Results 1 – 4 of 4) sorted by relevance

/u-boot/arch/mips/lib/
A Dbootm.c229 if (images->state & BOOTM_STATE_FDT) { in boot_reloc_fdt()
/u-boot/cmd/
A Dbootm.c51 U_BOOT_CMD_MKENT(fdt, 0, 1, (void *)BOOTM_STATE_FDT, "", ""),
/u-boot/common/
A Dbootm.c709 if (!ret && (states & BOOTM_STATE_FDT)) { in do_bootm_states()
/u-boot/include/
A Dimage.h429 #define BOOTM_STATE_FDT (0x00000020) macro

Completed in 9 milliseconds