Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dbootm.c242 if (images->state & BOOTM_STATE_FDT) { in boot_reloc_fdt()
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c731 (states & BOOTM_STATE_FDT))) in do_bootm_states()
748 if (!ret && (states & BOOTM_STATE_FDT)) { in do_bootm_states()
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootm.c49 U_BOOT_CMD_MKENT(fdt, 0, 1, (void *)BOOTM_STATE_FDT, "", ""),
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h391 #define BOOTM_STATE_FDT (0x00000020) macro