]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/kernel/vmlinux.lds.S
ARM: 7605/1: vmlinux.lds: Move .notes section next to the rodata
[karo-tx-linux.git] / arch / arm / kernel / vmlinux.lds.S
index b9f38e388b43ed968cda7b16d2efe081faefc0c0..11c1785bf63e40366f96135d22f291d60e2a20af 100644 (file)
@@ -140,6 +140,8 @@ SECTIONS
        }
 #endif
 
+       NOTES
+
        _etext = .;                     /* End of text and rodata section */
 
 #ifndef CONFIG_XIP_KERNEL
@@ -295,8 +297,6 @@ SECTIONS
        }
 #endif
 
-       NOTES
-
        BSS_SECTION(0, 0, 0)
        _end = .;