summaryrefslogtreecommitdiff
path: root/board/sbc8548/u-boot.lds
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 01:44:34 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:10:42 -0600
commit143b518d9125b54f96f1d7f1afc640b8aae81ff0 (patch)
treed52899ed3f5912b21e6fe07a03c907823204cc43 /board/sbc8548/u-boot.lds
parent818218bac6a11591e2542c344d2330e0f4e1968b (diff)
downloadu-boot-imx-143b518d9125b54f96f1d7f1afc640b8aae81ff0.zip
u-boot-imx-143b518d9125b54f96f1d7f1afc640b8aae81ff0.tar.gz
u-boot-imx-143b518d9125b54f96f1d7f1afc640b8aae81ff0.tar.bz2
85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/sbc8548/u-boot.lds')
-rw-r--r--board/sbc8548/u-boot.lds2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/sbc8548/u-boot.lds b/board/sbc8548/u-boot.lds
index 8e301d4..d701096 100644
--- a/board/sbc8548/u-boot.lds
+++ b/board/sbc8548/u-boot.lds
@@ -34,7 +34,6 @@ SECTIONS
.bootpg 0xFFFFF000 :
{
cpu/mpc85xx/start.o (.bootpg)
- board/sbc8548/init.o (.bootpg)
} = 0xffff
/* Read-only sections, merged into text segment: */
@@ -64,7 +63,6 @@ SECTIONS
.text :
{
cpu/mpc85xx/start.o (.text)
- board/sbc8548/init.o (.text)
cpu/mpc85xx/traps.o (.text)
cpu/mpc85xx/interrupts.o (.text)
cpu/mpc85xx/cpu_init.o (.text)