Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/microblaze/lib/
H A Dbootm.c21 void (*thekernel) (char *, ulong, ulong); in do_bootm_linux() local
43 thekernel = (void (*)(char *, ulong, ulong))images->ep; in do_bootm_linux()
66 (ulong)thekernel); in do_bootm_linux()
80 thekernel(commandline, rd_data_start, (ulong)of_flat_tree); in do_bootm_linux()