diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:02:10 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:11:53 -0600 |
commit | 3b558e26a5ef31635787d6d6e97d70939d4f892d (patch) | |
tree | 58a6302220c050cd9ead2d4da65b3e188c113249 /board/tqm85xx/u-boot.lds | |
parent | 74121b470c14f7eaf284ee838bffca6f9521069e (diff) | |
download | u-boot-imx-3b558e26a5ef31635787d6d6e97d70939d4f892d.zip u-boot-imx-3b558e26a5ef31635787d6d6e97d70939d4f892d.tar.gz u-boot-imx-3b558e26a5ef31635787d6d6e97d70939d4f892d.tar.bz2 |
85xx: Convert TQM85xx to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/tqm85xx/u-boot.lds')
-rw-r--r-- | board/tqm85xx/u-boot.lds | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/tqm85xx/u-boot.lds b/board/tqm85xx/u-boot.lds index a8ca3c8..6c1f904 100644 --- a/board/tqm85xx/u-boot.lds +++ b/board/tqm85xx/u-boot.lds @@ -35,7 +35,6 @@ SECTIONS .bootpg 0xFFFFF000 : { cpu/mpc85xx/start.o (.bootpg) - board/tqm85xx/init.o (.bootpg) } = 0xffff /* Read-only sections, merged into text segment: */ @@ -65,7 +64,6 @@ SECTIONS .text : { cpu/mpc85xx/start.o (.text) - board/tqm85xx/init.o (.text) cpu/mpc85xx/traps.o (.text) cpu/mpc85xx/interrupts.o (.text) cpu/mpc85xx/cpu_init.o (.text) |