diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 01:01:09 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:08:24 -0600 |
commit | 0db37dc2eed30884db2daa24dbd9a113b5d00610 (patch) | |
tree | ebb6c507b0b6d15218798cb32ca6df00fea5bb72 /board/freescale/mpc8555cds/u-boot.lds | |
parent | 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc (diff) | |
download | u-boot-imx-0db37dc2eed30884db2daa24dbd9a113b5d00610.zip u-boot-imx-0db37dc2eed30884db2daa24dbd9a113b5d00610.tar.gz u-boot-imx-0db37dc2eed30884db2daa24dbd9a113b5d00610.tar.bz2 |
85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8555cds/u-boot.lds')
-rw-r--r-- | board/freescale/mpc8555cds/u-boot.lds | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/mpc8555cds/u-boot.lds b/board/freescale/mpc8555cds/u-boot.lds index e9fa51e..1cbadf2 100644 --- a/board/freescale/mpc8555cds/u-boot.lds +++ b/board/freescale/mpc8555cds/u-boot.lds @@ -34,7 +34,6 @@ SECTIONS .bootpg 0xFFFFF000 : { cpu/mpc85xx/start.o (.bootpg) - board/freescale/mpc8555cds/init.o (.bootpg) } = 0xffff /* Read-only sections, merged into text segment: */ @@ -64,7 +63,6 @@ SECTIONS .text : { cpu/mpc85xx/start.o (.text) - board/freescale/mpc8555cds/init.o (.text) cpu/mpc85xx/traps.o (.text) cpu/mpc85xx/interrupts.o (.text) cpu/mpc85xx/cpu_init.o (.text) |