Blackfin: fix dcache handling when doing dma memcpy's
[oweals/u-boot.git] / cpu / mpc5xx / u-boot.lds
index c83f155197615146933890eb2617a7d44a2aa8bd..bf52179c5870962dcc84b09217a0177fed818341 100644 (file)
@@ -126,6 +126,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
 
   _end = . ;