summaryrefslogtreecommitdiffstats
path: root/board/mpc8540eval/u-boot.lds
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 01:25:33 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:09:20 -0600
commitff4681c9285b2b4d24552a19cacc1769fe2fc7e0 (patch)
treee510cfd32576981c0f612cbd5177a3118f7a64d7 /board/mpc8540eval/u-boot.lds
parent73aa9ac2b46f1cfd039106ebd6b9865016005234 (diff)
downloadblackbird-obmc-uboot-ff4681c9285b2b4d24552a19cacc1769fe2fc7e0.tar.gz
blackbird-obmc-uboot-ff4681c9285b2b4d24552a19cacc1769fe2fc7e0.zip
85xx: Convert MPC8540EVAL to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/mpc8540eval/u-boot.lds')
-rw-r--r--board/mpc8540eval/u-boot.lds2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/mpc8540eval/u-boot.lds b/board/mpc8540eval/u-boot.lds
index 4b342c7fb2..9bbba3046f 100644
--- a/board/mpc8540eval/u-boot.lds
+++ b/board/mpc8540eval/u-boot.lds
@@ -56,7 +56,6 @@ SECTIONS
.text :
{
cpu/mpc85xx/start.o (.text)
- board/mpc8540eval/init.o (.text)
cpu/mpc85xx/traps.o (.text)
cpu/mpc85xx/interrupts.o (.text)
cpu/mpc85xx/cpu_init.o (.text)
@@ -143,7 +142,6 @@ SECTIONS
.bootpg :
{
cpu/mpc85xx/start.o (.bootpg)
- board/mpc8540eval/init.o (.bootpg)
} = 0xffff
. = (. & 0xFFF80000) + 0x0007FFFC;
OpenPOWER on IntegriCloud