aboutsummaryrefslogtreecommitdiff
path: root/board/pm856
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-08 00:47:14 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-08 00:47:14 +0200
commit452e8e72ada5141f58008a902e1d4be42ce15abb (patch)
tree45257beaecadf9636d3794001cc3056144908398 /board/pm856
parent8b019da650f307560e4e796ae32509c55e64176f (diff)
Fix build problems for PM856 Board
Diffstat (limited to 'board/pm856')
-rw-r--r--board/pm856/u-boot.lds9
1 files changed, 2 insertions, 7 deletions
diff --git a/board/pm856/u-boot.lds b/board/pm856/u-boot.lds
index 7553506fb..dae8347d8 100644
--- a/board/pm856/u-boot.lds
+++ b/board/pm856/u-boot.lds
@@ -1,5 +1,6 @@
/*
- * (C) Copyright 2002,2003,Motorola,Inc.
+ * (C) Copyright 2005 Wolfgang Denk <wd@denx.de>
+ * (C) Copyright 2002,2003, Motorola,Inc.
* Xianghua Xiao, X.Xiao@motorola.com.
*
* See file CREDITS for list of people who contributed to this
@@ -66,17 +67,11 @@ SECTIONS
{
cpu/mpc85xx/start.o (.text)
board/pm856/init.o (.text)
- cpu/mpc85xx/commproc.o (.text)
cpu/mpc85xx/traps.o (.text)
cpu/mpc85xx/interrupts.o (.text)
- cpu/mpc85xx/serial_scc.o (.text)
- cpu/mpc85xx/ether_fcc.o (.text)
cpu/mpc85xx/cpu_init.o (.text)
cpu/mpc85xx/cpu.o (.text)
- cpu/mpc85xx/tsec.o (.text)
cpu/mpc85xx/speed.o (.text)
- cpu/mpc85xx/i2c.o (.text)
- cpu/mpc85xx/spd_sdram.o (.text)
common/dlmalloc.o (.text)
lib_generic/crc32.o (.text)
lib_ppc/extable.o (.text)