From aaa430cd4fc1e63de32e4806a83a419d5d9a7305 Mon Sep 17 00:00:00 2001 From: Marc Gauthier Date: Tue, 23 Oct 2007 16:40:24 -0700 Subject: [PATCH] --- yaml --- r: 85932 b: refs/heads/master c: ed3174d93c342b8b2eeba6bbd124707d55304a7b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/xtensa/boot/boot-elf/boot.ld | 1 + trunk/arch/xtensa/boot/boot-redboot/boot.ld | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 941e1923076a..25a5cccd9450 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3befce8f0f79be8322aba885ed052b8ad927913d +refs/heads/master: ed3174d93c342b8b2eeba6bbd124707d55304a7b diff --git a/trunk/arch/xtensa/boot/boot-elf/boot.ld b/trunk/arch/xtensa/boot/boot-elf/boot.ld index 4ab06a0a7a6b..e33855c167bf 100644 --- a/trunk/arch/xtensa/boot/boot-elf/boot.ld +++ b/trunk/arch/xtensa/boot/boot-elf/boot.ld @@ -1,4 +1,5 @@ OUTPUT_ARCH(xtensa) +ENTRY(_ResetVector) SECTIONS { diff --git a/trunk/arch/xtensa/boot/boot-redboot/boot.ld b/trunk/arch/xtensa/boot/boot-redboot/boot.ld index 65b726410e8a..774db20d11f7 100644 --- a/trunk/arch/xtensa/boot/boot-redboot/boot.ld +++ b/trunk/arch/xtensa/boot/boot-redboot/boot.ld @@ -2,7 +2,7 @@ OUTPUT_ARCH(xtensa) SECTIONS { - .start 0xD0200000 : { *(.start) } + .start 0xD1000000 : { *(.start) } .text : {