Merge branch 'master' of git://git.denx.de/u-boot-arm
[oweals/u-boot.git] / board / esd / ar405 / u-boot.lds
index 4a881b6eda8028c633304701a4e216691f87f89f..2c1cf92060b3e01efe07a5c2ce89b681478bc262 100644 (file)
@@ -66,7 +66,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)
@@ -156,6 +156,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);