diff options
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/boot/boot-redboot/boot.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/boot/boot-redboot/boot.ld b/arch/xtensa/boot/boot-redboot/boot.ld index 5bbcaf9e830d..b0b9e95b58bd 100644 --- a/arch/xtensa/boot/boot-redboot/boot.ld +++ b/arch/xtensa/boot/boot-redboot/boot.ld | |||
@@ -33,7 +33,7 @@ SECTIONS | |||
33 | 33 | ||
34 | . = ALIGN(0x10); | 34 | . = ALIGN(0x10); |
35 | __image_load = . ; | 35 | __image_load = . ; |
36 | .image 0xd0001000: AT(__image_load) | 36 | .image 0xd0003000: AT(__image_load) |
37 | { | 37 | { |
38 | _image_start = .; | 38 | _image_start = .; |
39 | *(image) | 39 | *(image) |