Home
last modified time | relevance | path

Searched refs:bootm_state (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dbootm.h57 void arch_preboot_os(uint32_t bootm_state, bootm_headers_t *images);
/rk3399_rockchip-uboot/common/
H A Dbootm_os.c472 __weak void arch_preboot_os(uint32_t bootm_state, bootm_headers_t *images) in arch_preboot_os() argument
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c725 void arch_preboot_os(uint32_t bootm_state, bootm_headers_t *images) in arch_preboot_os() argument
727 if (!(bootm_state & BOOTM_STATE_OS_PREP)) in arch_preboot_os()