summaryrefslogtreecommitdiff
path: root/board/atum8548/u-boot.lds
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 00:32:17 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:06:05 -0600
commit80d0b6a1498761c4355b2db9c8001b04c295e7b8 (patch)
tree85e55303c8028bc004e108733601327e7e527387 /board/atum8548/u-boot.lds
parent0f7a3dc95cbff3c21bd6dbc639313796412bbbab (diff)
85xx: Convert ATUM8548 to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/atum8548/u-boot.lds')
-rw-r--r--board/atum8548/u-boot.lds2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/atum8548/u-boot.lds b/board/atum8548/u-boot.lds
index 0d1c21766b..3f04cae3de 100644
--- a/board/atum8548/u-boot.lds
+++ b/board/atum8548/u-boot.lds
@@ -34,7 +34,6 @@ SECTIONS
.bootpg 0xFFFFF000 :
{
cpu/mpc85xx/start.o (.bootpg)
- board/atum8548/init.o (.bootpg)
} = 0xffff
/* Read-only sections, merged into text segment: */
@@ -64,7 +63,6 @@ SECTIONS
.text :
{
cpu/mpc85xx/start.o (.text)
- board/atum8548/init.o (.text)
cpu/mpc85xx/traps.o (.text)
cpu/mpc85xx/interrupts.o (.text)
cpu/mpc85xx/cpu_init.o (.text)