Blackfin: fix dcache handling when doing dma memcpy's
[oweals/u-boot.git] / cpu / mpc5xx / u-boot.lds
index 7434e3fb621dcf9f3d6b5efad7dac2ace92840db..bf52179c5870962dcc84b09217a0177fed818341 100644 (file)
@@ -126,6 +126,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
 
   _end = . ;
@@ -133,7 +134,7 @@ SECTIONS
 /*   . = env_start;
        .ppcenv :
        {
-               common/environment.o (.ppcenv)
+               common/env_embedded.o (.ppcenv)
        }
 */
 }