]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add ability for arch code to make changes before we boot
authorKumar Gala <galak@kernel.crashing.org>
Thu, 27 Aug 2009 13:23:55 +0000 (08:23 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 4 Sep 2009 20:11:23 +0000 (22:11 +0200)
commit3dfad40a0459f63099e177dc15a1df39d048f860
tree48bebaedba3c6230fc922fa7e538d082ec9636b7
parent9ea005fb4428c922536fa75991ce9972304a02fb
Add ability for arch code to make changes before we boot

Added a arch_preboot_os() function that cpu specific code can implement to
allow for various modifications to the state of the machine right before
we boot.  This can be useful to setup register state to a specific
configuration.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
common/cmd_bootm.c