summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8540ads/u-boot.lds
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 00:52:29 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:06:53 -0600
commit219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc (patch)
tree8e8dbfd5161620c312eb7395890c4633c592fb30 /board/freescale/mpc8540ads/u-boot.lds
parent80d0b6a1498761c4355b2db9c8001b04c295e7b8 (diff)
downloadu-boot-imx-219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc.zip
u-boot-imx-219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc.tar.gz
u-boot-imx-219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc.tar.bz2
85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8540ads/u-boot.lds')
-rw-r--r--board/freescale/mpc8540ads/u-boot.lds2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/mpc8540ads/u-boot.lds b/board/freescale/mpc8540ads/u-boot.lds
index bc0db55..86f8f13 100644
--- a/board/freescale/mpc8540ads/u-boot.lds
+++ b/board/freescale/mpc8540ads/u-boot.lds
@@ -35,7 +35,6 @@ SECTIONS
.bootpg 0xFFFFF000 :
{
cpu/mpc85xx/start.o (.bootpg)
- board/freescale/mpc8540ads/init.o (.bootpg)
} = 0xffff
/* Read-only sections, merged into text segment: */
@@ -65,7 +64,6 @@ SECTIONS
.text :
{
cpu/mpc85xx/start.o (.text)
- board/freescale/mpc8540ads/init.o (.text)
cpu/mpc85xx/traps.o (.text)
cpu/mpc85xx/interrupts.o (.text)
cpu/mpc85xx/cpu_init.o (.text)