]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
allow ports to override bootelf behavior
authorMike Frysinger <vapier@gentoo.org>
Sun, 13 Apr 2008 23:42:18 +0000 (19:42 -0400)
committerWolfgang Denk <wd@denx.de>
Fri, 18 Apr 2008 07:30:42 +0000 (00:30 -0700)
commit017e9b7925f74878d0e9475388cca9bda5ef9482
treecc4fe9915479ef83c8f1ba80893b7bd86713d6de
parenta4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
allow ports to override bootelf behavior

Change the bootelf setup function into a dedicated weak function called
do_bootelf_exec.  This way ports can control the behavior however they
like before/after calling the ELF entry point.
common/cmd_elf.c