Home
last modified time | relevance | path

Searched refs:boot_start_lmb (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dbootrkp.c132 static void boot_start_lmb(bootm_headers_t *images) in boot_start_lmb() function
154 static inline void boot_start_lmb(bootm_headers_t *images) { } in boot_start_lmb() function
159 boot_start_lmb(images); in boot_lmb_init()
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c65 static void boot_start_lmb(bootm_headers_t *images) in boot_start_lmb() function
89 static inline void boot_start_lmb(bootm_headers_t *images) { } in boot_start_lmb() function
98 boot_start_lmb(&images); in bootm_start()