Home
last modified time | relevance | path

Searched refs:BOOTM_STATE_RAMDISK (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dbootz.c80 BOOTM_STATE_RAMDISK | in do_bootz()
H A Dbootuimage.c89 BOOTM_STATE_RAMDISK | in do_boot_uimage()
H A Dbootm.c46 U_BOOT_CMD_MKENT(ramdisk, 0, 1, (void *)BOOTM_STATE_RAMDISK, "", ""),
133 BOOTM_STATE_RAMDISK | in do_bootm()
H A Dbootfit.c113 BOOTM_STATE_RAMDISK | in do_boot_fit()
H A Dbooti.c153 BOOTM_STATE_RAMDISK | in do_booti()
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dbootm.c227 if (images->state & BOOTM_STATE_RAMDISK) { in boot_reloc_ramdisk()
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c730 if (!ret && ((states & BOOTM_STATE_RAMDISK) || in do_bootm_states()
736 if (!ret && (states & BOOTM_STATE_RAMDISK)) { in do_bootm_states()
H A Dandroid_bootloader.c350 BOOTM_STATE_RAMDISK | in android_bootloader_boot_kernel()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h390 #define BOOTM_STATE_RAMDISK (0x00000010) macro