X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm64%2Fkernel%2Fvmlinux.lds.S;h=f8ab9d8e2ea3343a0b185d1c5d6cd306afa99fc2;hb=c80b7ee8520606f77fbc8ced870c96659053269e;hp=f5e55747242f3e9562f70224e764e4661d81fb83;hpb=7d3107d26b522a0fe92af6279256fa65fe3db771;p=pandora-kernel.git diff --git a/arch/arm64/kernel/vmlinux.lds.S b/arch/arm64/kernel/vmlinux.lds.S index f5e55747242f..f8ab9d8e2ea3 100644 --- a/arch/arm64/kernel/vmlinux.lds.S +++ b/arch/arm64/kernel/vmlinux.lds.S @@ -71,6 +71,7 @@ SECTIONS RO_DATA(PAGE_SIZE) EXCEPTION_TABLE(8) + NOTES _etext = .; /* End of text and rodata section */ . = ALIGN(PAGE_SIZE); @@ -122,8 +123,6 @@ SECTIONS } _edata_loc = __data_loc + SIZEOF(.data); - NOTES - BSS_SECTION(0, 0, 0) _end = .;