]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/h8300/boot/compressed/vmlinux.lds
Merge remote-tracking branch 'powerpc/next'
[karo-tx-linux.git] / arch / h8300 / boot / compressed / vmlinux.lds
index a0a3a0ed54ef17450ae9dbe7f7a38e0789098fdd..44fd209db88a69b60b885464d8d36a4f5d9a3f47 100644 (file)
@@ -27,6 +27,6 @@ SECTIONS
                 *(.bss*)
         . = ALIGN(0x4) ;
         __ebss = . ;
-        __end = . ;
         }
+        _end = . ;
 }