X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fboot%2Fcompressed%2Fvmlinux.lds.in;h=5309909d72823592dc7e9f6db0ba1e73574da46d;hb=497ff0344432d1c4ab493ce163a87410064b8d91;hp=366a924019ac6dcf1ccaad07b605f6c6ec1b74c6;hpb=321051f5daf059e7290aa7d60af55482c8bb896a;p=pandora-kernel.git diff --git a/arch/arm/boot/compressed/vmlinux.lds.in b/arch/arm/boot/compressed/vmlinux.lds.in index 366a924019ac..5309909d7282 100644 --- a/arch/arm/boot/compressed/vmlinux.lds.in +++ b/arch/arm/boot/compressed/vmlinux.lds.in @@ -43,9 +43,6 @@ SECTIONS _etext = .; - /* Assume size of decompressed image is 4x the compressed image */ - _image_size = (_etext - _text) * 4; - _got_start = .; .got : { *(.got) } _got_end = .;