diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 00:32:17 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:06:05 -0600 |
commit | 80d0b6a1498761c4355b2db9c8001b04c295e7b8 (patch) | |
tree | 85e55303c8028bc004e108733601327e7e527387 /board/atum8548/u-boot.lds | |
parent | 0f7a3dc95cbff3c21bd6dbc639313796412bbbab (diff) | |
download | u-boot-imx-80d0b6a1498761c4355b2db9c8001b04c295e7b8.zip u-boot-imx-80d0b6a1498761c4355b2db9c8001b04c295e7b8.tar.gz u-boot-imx-80d0b6a1498761c4355b2db9c8001b04c295e7b8.tar.bz2 |
85xx: Convert ATUM8548 to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/atum8548/u-boot.lds')
-rw-r--r-- | board/atum8548/u-boot.lds | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/atum8548/u-boot.lds b/board/atum8548/u-boot.lds index 0d1c217..3f04cae 100644 --- a/board/atum8548/u-boot.lds +++ b/board/atum8548/u-boot.lds @@ -34,7 +34,6 @@ SECTIONS .bootpg 0xFFFFF000 : { cpu/mpc85xx/start.o (.bootpg) - board/atum8548/init.o (.bootpg) } = 0xffff /* Read-only sections, merged into text segment: */ @@ -64,7 +63,6 @@ SECTIONS .text : { cpu/mpc85xx/start.o (.text) - board/atum8548/init.o (.text) cpu/mpc85xx/traps.o (.text) cpu/mpc85xx/interrupts.o (.text) cpu/mpc85xx/cpu_init.o (.text) |