diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-20 01:03:46 +0100 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-03-03 11:26:00 +0100 |
commit | 041d5f94c4d67444c40584db0d1cacf32a47a25b (patch) | |
tree | 92c1f76aa96a854b0d08889eda5ea21c7f1de441 /arch/sh/boot | |
parent | d56a3c1a9faa3a1703ce696e111143bfd9f071f1 (diff) |
Rename .rodata.compressed to .rodata..compressed.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/sh/boot')
-rw-r--r-- | arch/sh/boot/compressed/vmlinux.scr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boot/compressed/vmlinux.scr b/arch/sh/boot/compressed/vmlinux.scr index f02382ae5c4..862d7480823 100644 --- a/arch/sh/boot/compressed/vmlinux.scr +++ b/arch/sh/boot/compressed/vmlinux.scr @@ -1,6 +1,6 @@ SECTIONS { - .rodata.compressed : { + .rodata..compressed : { input_len = .; LONG(input_data_end - input_data) input_data = .; *(.data) |