Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dbootm.c44 void (*theKernel)(int zero, int arch, uint params); in do_bootm_linux() local
59 theKernel = (void (*)(int, int, uint))images->ep; in do_bootm_linux()
70 (ulong)theKernel); in do_bootm_linux()
118 theKernel(0, machid, (unsigned long)images->ft_addr); in do_bootm_linux()
120 theKernel(0, machid, bd->bi_boot_params); in do_bootm_linux()