diff options
author | Stefan Roese <sr@denx.de> | 2007-10-22 15:45:49 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:51 +0100 |
commit | e61cb8163a66b8a135696ae232e2bead1ce0a049 (patch) | |
tree | 78a1473a5959c1cc5c7ee158447725f16ba596c0 /board/esd/dasa_sim/u-boot.lds | |
parent | 882ae41274921f9016131806bdeb27e19606f47a (diff) |
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/dasa_sim/u-boot.lds')
-rw-r--r-- | board/esd/dasa_sim/u-boot.lds | 2 |
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 fef5b524331..497177d9744 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) |