]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/lwmon5/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / lwmon5 / u-boot.lds
index 3cfec834e2dbcd31261163b96a69446f325a435d..05152b7f75ebe074f2eee7672a92103ae55c57aa 100644 (file)
@@ -135,6 +135,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
 
   ppcenv_assert = ASSERT(. < 0xFFFF8000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CONFIG_SYS_MONITOR_BASE, CONFIG_SYS_MONITOR_LEN and TEXT_BASE may need to be modified.");