summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8544ds/u-boot.lds
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-16 23:11:57 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:05:35 -0600
commit0f7a3dc95cbff3c21bd6dbc639313796412bbbab (patch)
tree1f32d8dcc6b4a91f3374f71ffb163dd6aeef2b43 /board/freescale/mpc8544ds/u-boot.lds
parent8716318057a5f60ab1ba081ece2dbe82ae00e1ee (diff)
85xx: Convert MPC8544 DS to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8544ds/u-boot.lds')
-rw-r--r--board/freescale/mpc8544ds/u-boot.lds2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/mpc8544ds/u-boot.lds b/board/freescale/mpc8544ds/u-boot.lds
index 66bd4b6df..17db8c0cc 100644
--- a/board/freescale/mpc8544ds/u-boot.lds
+++ b/board/freescale/mpc8544ds/u-boot.lds
@@ -34,7 +34,6 @@ SECTIONS
.bootpg 0xFFFFF000 :
{
cpu/mpc85xx/start.o (.bootpg)
- board/freescale/mpc8544ds/init.o (.bootpg)
} = 0xffff
/* Read-only sections, merged into text segment: */
@@ -64,7 +63,6 @@ SECTIONS
.text :
{
cpu/mpc85xx/start.o (.text)
- board/freescale/mpc8544ds/init.o (.text)
cpu/mpc85xx/traps.o (.text)
cpu/mpc85xx/interrupts.o (.text)
cpu/mpc85xx/cpu_init.o (.text)