Skip to content

Commit 2c96236

Browse files
Łukasz StelmachRussell King
authored andcommitted
ARM: 8970/1: decompressor: increase tag size
The size field of the tag header structure is supposed to be set to the size of a tag structure including the header. Fixes: c772568 ("ARM: add additional table to compressed kernel") Signed-off-by: Łukasz Stelmach <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 8f3d9f3 commit 2c96236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/compressed/vmlinux.lds.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SECTIONS
4242
}
4343
.table : ALIGN(4) {
4444
_table_start = .;
45-
LONG(ZIMAGE_MAGIC(2))
45+
LONG(ZIMAGE_MAGIC(4))
4646
LONG(ZIMAGE_MAGIC(0x5a534c4b))
4747
LONG(ZIMAGE_MAGIC(__piggy_size_addr - _start))
4848
LONG(ZIMAGE_MAGIC(_kernel_bss_size))

0 commit comments

Comments
 (0)