diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 00:52:29 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:06:53 -0600 |
commit | 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc (patch) | |
tree | 8e8dbfd5161620c312eb7395890c4633c592fb30 /board/freescale/mpc8560ads/u-boot.lds | |
parent | 80d0b6a1498761c4355b2db9c8001b04c295e7b8 (diff) | |
download | u-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/mpc8560ads/u-boot.lds')
-rw-r--r-- | board/freescale/mpc8560ads/u-boot.lds | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/mpc8560ads/u-boot.lds b/board/freescale/mpc8560ads/u-boot.lds index 96af2b1..e2474e5 100644 --- a/board/freescale/mpc8560ads/u-boot.lds +++ b/board/freescale/mpc8560ads/u-boot.lds @@ -35,7 +35,6 @@ SECTIONS .bootpg 0xFFFFF000 : { cpu/mpc85xx/start.o (.bootpg) - board/freescale/mpc8560ads/init.o (.bootpg) } = 0xffff /* Read-only sections, merged into text segment: */ @@ -65,7 +64,6 @@ SECTIONS .text : { cpu/mpc85xx/start.o (.text) - board/freescale/mpc8560ads/init.o (.text) cpu/mpc85xx/commproc.o (.text) cpu/mpc85xx/traps.o (.text) cpu/mpc85xx/interrupts.o (.text) |