summaryrefslogtreecommitdiff
path: root/board/pm854/u-boot.lds
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 01:31:34 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:10:04 -0600
commit818218bac6a11591e2542c344d2330e0f4e1968b (patch)
tree1ba4ede813bc50de1cddf54fffbe33935f05b9b6 /board/pm854/u-boot.lds
parentff4681c9285b2b4d24552a19cacc1769fe2fc7e0 (diff)
85xx: Convert PM854/PM856 to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/pm854/u-boot.lds')
-rw-r--r--board/pm854/u-boot.lds2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/pm854/u-boot.lds b/board/pm854/u-boot.lds
index 9feaf55cd..86f8f1359 100644
--- a/board/pm854/u-boot.lds
+++ b/board/pm854/u-boot.lds
@@ -35,7 +35,6 @@ SECTIONS
.bootpg 0xFFFFF000 :
{
cpu/mpc85xx/start.o (.bootpg)
- board/pm854/init.o (.bootpg)
} = 0xffff
/* Read-only sections, merged into text segment: */
@@ -65,7 +64,6 @@ SECTIONS
.text :
{
cpu/mpc85xx/start.o (.text)
- board/pm854/init.o (.text)
cpu/mpc85xx/traps.o (.text)
cpu/mpc85xx/interrupts.o (.text)
cpu/mpc85xx/cpu_init.o (.text)