rk: revert to v3.10
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / kernel / vmlinux.lds.S
index 1db685104ffc2b298375c9062590ae1c2f811db9..654e479802f2098afb74c0fea0bb0b68e25707f5 100644 (file)
@@ -38,6 +38,9 @@ jiffies = jiffies_64 + 4;
 #endif
 SECTIONS
 {
+       . = 0;
+       reloc_start = .;
+
        . = KERNELBASE;
 
 /*
@@ -213,7 +216,6 @@ SECTIONS
                *(.opd)
        }
 
-       . = ALIGN(256);
        .got : AT(ADDR(.got) - LOAD_OFFSET) {
                __toc_start = .;
 #ifndef CONFIG_RELOCATABLE