Home
last modified time | relevance | path

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

/external/u-boot/doc/
DREADME.mips19 * Cache incoherency issue caused by do_bootelf_exec() at cmd_elf.c
31 * Note that Linux users need to kill dcache_disable() in do_bootelf_exec()
32 or override do_bootelf_exec() not to disable I-/D-caches, because most
/external/u-boot/cmd/
Delf.c151 static unsigned long do_bootelf_exec(ulong (*entry)(int, char * const[]), in do_bootelf_exec() function
232 rc = do_bootelf_exec((void *)addr, argc, argv); in do_bootelf()