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

/u-boot/arch/mips/lib/
H A Dbootm.c222 if (images->state & BOOTM_STATE_FDT) {
/u-boot/cmd/
H A Dbootm.c53 U_BOOT_CMD_MKENT(fdt, 0, 1, (void *)BOOTM_STATE_FDT, "", ""),
/u-boot/include/
H A Dimage.h405 #define BOOTM_STATE_FDT 0x00000020 macro
/u-boot/boot/
H A Dbootm.c1053 if (!ret && (states & BOOTM_STATE_FDT)) {

Completed in 113 milliseconds