]> git.sur5r.net Git - u-boot/blobdiff - board/esd/dasa_sim/u-boot.lds
Merge commit 'u-boot-fdt/testing'
[u-boot] / board / esd / dasa_sim / u-boot.lds
index 106afc5063fb4727d0582d4bcb5e5892a56ced57..497177d974468a6dc6e1a1a8da171124a50538d7 100644 (file)
@@ -64,7 +64,7 @@ SECTIONS
     cpu/ppc4xx/start.o         (.text)
     cpu/ppc4xx/traps.o         (.text)
     cpu/ppc4xx/interrupts.o    (.text)
-    cpu/ppc4xx/serial.o                (.text)
+    cpu/ppc4xx/iop480_uart.o   (.text)
     cpu/ppc4xx/cpu_init.o      (.text)
     cpu/ppc4xx/speed.o         (.text)
     common/dlmalloc.o          (.text)
@@ -101,6 +101,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }