[XTENSA] adjust boot linker script start addresses

Move boot-redboot load address from 0xD0200000 to 0xD1000000
to make space for larger kernel images, in particular those with
an embedded initramfs filesystem.
Also properly set the ELF start address in boot-elf images so
that PC need not be set manually when loading them using GDB.

Signed-off-by: Marc Gauthier <marc@tensilica.com>
This commit is contained in:
Marc Gauthier 2007-10-23 16:40:24 -07:00 committed by Chris Zankel
parent 3befce8f0f
commit ed3174d93c
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
OUTPUT_ARCH(xtensa)
ENTRY(_ResetVector)
SECTIONS
{

View File

@ -2,7 +2,7 @@ OUTPUT_ARCH(xtensa)
SECTIONS
{
.start 0xD0200000 : { *(.start) }
.start 0xD1000000 : { *(.start) }
.text :
{