summaryrefslogtreecommitdiff
path: root/board/esd
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-10-22 15:45:49 +0200
committerStefan Roese <sr@denx.de>2007-10-31 21:20:51 +0100
commite61cb8163a66b8a135696ae232e2bead1ce0a049 (patch)
tree78a1473a5959c1cc5c7ee158447725f16ba596c0 /board/esd
parent882ae41274921f9016131806bdeb27e19606f47a (diff)
downloadu-boot-imx-e61cb8163a66b8a135696ae232e2bead1ce0a049.zip
u-boot-imx-e61cb8163a66b8a135696ae232e2bead1ce0a049.tar.gz
u-boot-imx-e61cb8163a66b8a135696ae232e2bead1ce0a049.tar.bz2
ppc4xx: Rework of 4xx serial driver (3)
Change all linker scripts to reference the changed driver name iop480_uart.o. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd')
-rw-r--r--board/esd/dasa_sim/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/dasa_sim/u-boot.lds b/board/esd/dasa_sim/u-boot.lds
index fef5b52..497177d 100644
--- a/board/esd/dasa_sim/u-boot.lds
+++ b/board/esd/dasa_sim/u-boot.lds
@@ -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)