diff options
Diffstat (limited to 'arch/xtensa/boot/boot-redboot/boot.ld')
-rw-r--r-- | arch/xtensa/boot/boot-redboot/boot.ld | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/xtensa/boot/boot-redboot/boot.ld b/arch/xtensa/boot/boot-redboot/boot.ld index 774db20d11f7..5bbcaf9e830d 100644 --- a/arch/xtensa/boot/boot-redboot/boot.ld +++ b/arch/xtensa/boot/boot-redboot/boot.ld | |||
@@ -31,13 +31,6 @@ SECTIONS | |||
31 | 31 | ||
32 | __reloc_end = . ; | 32 | __reloc_end = . ; |
33 | 33 | ||
34 | .initrd ALIGN(0x10) : | ||
35 | { | ||
36 | boot_initrd_start = . ; | ||
37 | *(.initrd) | ||
38 | boot_initrd_end = .; | ||
39 | } | ||
40 | |||
41 | . = ALIGN(0x10); | 34 | . = ALIGN(0x10); |
42 | __image_load = . ; | 35 | __image_load = . ; |
43 | .image 0xd0001000: AT(__image_load) | 36 | .image 0xd0001000: AT(__image_load) |