summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMingkai Hu <Mingkai.hu@freescale.com>2009-10-13 10:46:40 +0800
committerScott Sweeny <scott.sweeny@timesys.com>2010-11-10 14:52:24 -0500
commit2ed0641d215c235f59afb4a890d20aea1ce8fc5d (patch)
tree52fb91747812cafe5072b30638a71b71ad093c7c
parent6bebc3c8faf2f4079ae61cb834ca21a580da6744 (diff)
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>
-rw-r--r--cpu/mpc85xx/u-boot-nand.lds1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/mpc85xx/u-boot-nand.lds b/cpu/mpc85xx/u-boot-nand.lds
index a0fc8f1388..b4c63e2a2a 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 = .;