Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/mips/lib/
Dbootm.c225 if (images->state & BOOTM_STATE_FDT) { in boot_reloc_fdt()
/third_party/uboot/u-boot-2020.01/cmd/
Dbootm.c53 U_BOOT_CMD_MKENT(fdt, 0, 1, (void *)BOOTM_STATE_FDT, "", ""),
/third_party/uboot/u-boot-2020.01/common/
Dbootm.c567 if (!ret && (states & BOOTM_STATE_FDT)) { in do_bootm_states()
/third_party/uboot/u-boot-2020.01/include/
Dimage.h403 #define BOOTM_STATE_FDT (0x00000020) macro
Dimage.h.orig401 #define BOOTM_STATE_FDT (0x00000020)