]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/pmc405/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / esd / pmc405 / u-boot.lds
index 87449d49a8a7fcef1972a36227b660b6fade5475..ca615f509c124724704bc3cbadadf0160e54e94b 100644 (file)
@@ -142,6 +142,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);