diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 23:11:57 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:05:35 -0600 |
commit | 0f7a3dc95cbff3c21bd6dbc639313796412bbbab (patch) | |
tree | 1f32d8dcc6b4a91f3374f71ffb163dd6aeef2b43 /board/freescale/mpc8544ds/u-boot.lds | |
parent | 8716318057a5f60ab1ba081ece2dbe82ae00e1ee (diff) | |
download | u-boot-imx-0f7a3dc95cbff3c21bd6dbc639313796412bbbab.zip u-boot-imx-0f7a3dc95cbff3c21bd6dbc639313796412bbbab.tar.gz u-boot-imx-0f7a3dc95cbff3c21bd6dbc639313796412bbbab.tar.bz2 |
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.lds | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/mpc8544ds/u-boot.lds b/board/freescale/mpc8544ds/u-boot.lds index 66bd4b6..17db8c0 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) |