diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 01:12:22 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:08:53 -0600 |
commit | 73aa9ac2b46f1cfd039106ebd6b9865016005234 (patch) | |
tree | f61cbee193da27104cfbbe4223a1887642dfd048 /board/freescale/mpc8568mds/u-boot.lds | |
parent | 0db37dc2eed30884db2daa24dbd9a113b5d00610 (diff) | |
download | u-boot-imx-73aa9ac2b46f1cfd039106ebd6b9865016005234.zip u-boot-imx-73aa9ac2b46f1cfd039106ebd6b9865016005234.tar.gz u-boot-imx-73aa9ac2b46f1cfd039106ebd6b9865016005234.tar.bz2 |
85xx: Convert MPC8568 MDS to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8568mds/u-boot.lds')
-rw-r--r-- | board/freescale/mpc8568mds/u-boot.lds | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/mpc8568mds/u-boot.lds b/board/freescale/mpc8568mds/u-boot.lds index 7917409..6b30f15 100644 --- a/board/freescale/mpc8568mds/u-boot.lds +++ b/board/freescale/mpc8568mds/u-boot.lds @@ -37,7 +37,6 @@ SECTIONS .bootpg 0xFFFFF000: { cpu/mpc85xx/start.o (.bootpg) - board/freescale/mpc8568mds/init.o (.bootpg) } = 0xffff /* Read-only sections, merged into text segment: */ @@ -67,7 +66,6 @@ SECTIONS .text : { cpu/mpc85xx/start.o (.text) - board/freescale/mpc8568mds/init.o (.text) cpu/mpc85xx/traps.o (.text) cpu/mpc85xx/interrupts.o (.text) cpu/mpc85xx/cpu_init.o (.text) |