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

Split the arch-specific logic out of the common go code and into a dedicated
weak function called do_go_exec() that lives in cpu directories.  This will
need review from i386/nios people to make sure I didn't break them.
common/cmd_boot.c
lib_i386/board.c
lib_nios/board.c