diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 01:56:32 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:11:17 -0600 |
commit | 74121b470c14f7eaf284ee838bffca6f9521069e (patch) | |
tree | 55351d6300952f88cc0f0fa191617fae8255b606 /board/stxssa/u-boot.lds | |
parent | 143b518d9125b54f96f1d7f1afc640b8aae81ff0 (diff) | |
download | u-boot-imx-74121b470c14f7eaf284ee838bffca6f9521069e.zip u-boot-imx-74121b470c14f7eaf284ee838bffca6f9521069e.tar.gz u-boot-imx-74121b470c14f7eaf284ee838bffca6f9521069e.tar.bz2 |
85xx: Convert STXGP3 & STXSSA to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/stxssa/u-boot.lds')
-rw-r--r-- | board/stxssa/u-boot.lds | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/stxssa/u-boot.lds b/board/stxssa/u-boot.lds index a0ba125..99a8a8b 100644 --- a/board/stxssa/u-boot.lds +++ b/board/stxssa/u-boot.lds @@ -40,7 +40,6 @@ SECTIONS .bootpg 0xFFFFF000 : { cpu/mpc85xx/start.o (.bootpg) - board/stxssa/init.o (.bootpg) } = 0xffff /* Read-only sections, merged into text segment: */ @@ -70,7 +69,6 @@ SECTIONS .text : { cpu/mpc85xx/start.o (.text) - board/stxssa/init.o (.text) cpu/mpc85xx/commproc.o (.text) cpu/mpc85xx/traps.o (.text) cpu/mpc85xx/interrupts.o (.text) |