diff options
author | Mingkai Hu <Mingkai.hu@freescale.com> | 2009-10-20 16:58:16 +0800 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2009-11-13 16:56:17 -0600 |
commit | 25643d4da257e51f6200b213c75de4fb5b345780 (patch) | |
tree | a8a42d30098450ede3d182e89e732d3bc38c2f18 | |
parent | 7e86661cd777eec1e81c5e57c468e81138fda983 (diff) | |
download | u-boot-imx-25643d4da257e51f6200b213c75de4fb5b345780.zip u-boot-imx-25643d4da257e51f6200b213c75de4fb5b345780.tar.gz u-boot-imx-25643d4da257e51f6200b213c75de4fb5b345780.tar.bz2 |
ppc/85xx: make boot from NAND full relocation to RAM
Take advantage of the latest full relocation commit of PPC platform
for boot from NAND.
Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | cpu/mpc85xx/u-boot-nand.lds | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/mpc85xx/u-boot-nand.lds b/cpu/mpc85xx/u-boot-nand.lds index a0fc8f1..b4c63e2 100644 --- a/cpu/mpc85xx/u-boot-nand.lds +++ b/cpu/mpc85xx/u-boot-nand.lds @@ -58,7 +58,6 @@ SECTIONS .text : { *(.text) - *(.fixup) *(.got1) } :text _etext = .; |