Home
last modified time | relevance | path

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

/external/u-boot/arch/sh/lib/
Dzimageboot.c18 ulong (*zboot_entry)(int, char * const []) = NULL; in do_sh_zimageboot() local
36 zboot_entry = (ulong (*)(int, char * const []))simple_strtoul(s0, NULL, 16); in do_sh_zimageboot()
54 zboot_entry(0, NULL); in do_sh_zimageboot()