]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Use an absolute address when jumping out of 4k boot page
authorKumar Gala <galak@kernel.crashing.org>
Tue, 7 Aug 2007 23:07:27 +0000 (18:07 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Tue, 14 Aug 2007 06:45:09 +0000 (01:45 -0500)
commit3db0bef59eab1155801618cef5c481e97553b597
treed577ba533f281f7291aa05e7a3a2a0836c1143ce
parent39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
Use an absolute address when jumping out of 4k boot page

On e500 when we leave the 4k boot page we should use an absolute address since
we don't know where the board code may want us to be really running at.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/start.S