Merge branch 'master' of git://git.denx.de/u-boot-arm
[oweals/u-boot.git] / board / mpl / mip405 / u-boot.lds
index 717f0d24db076ca67605a98d04b466c6dcbea0c2..8714c2bdf3263801ee826e6e53d8d7b678ab7990 100644 (file)
@@ -72,7 +72,7 @@ SECTIONS
     cpu/ppc4xx/4xx_uart.o      (.text)
     cpu/ppc4xx/cpu_init.o      (.text)
     cpu/ppc4xx/speed.o (.text)
-    cpu/ppc4xx/4xx_enet.o      (.text)
+    drivers/net/4xx_enet.o     (.text)
     common/dlmalloc.o  (.text)
     lib_generic/crc32.o                (.text)
     lib_ppc/extable.o  (.text)
@@ -150,6 +150,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);