diff options
author | Zang Roy-r61911 | 2006-12-18 17:01:04 +0800 |
---|---|---|
committer | Andrew Fleming-AFLEMING | 2007-04-23 19:58:27 -0500 |
commit | 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf (patch) | |
tree | c53c8a4221d3d3ed13ff384a3b2cba77f533f5d4 /board/cds | |
parent | 7337b237ffc4aaf1b9467024fe472a880d852598 (diff) |
u-boot: Fix the 85xxcds tsec bug
Fix the 85xxcds tsec bug.
When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Diffstat (limited to 'board/cds')
-rw-r--r-- | board/cds/mpc8541cds/u-boot.lds | 1 | ||||
-rw-r--r-- | board/cds/mpc8555cds/u-boot.lds | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/cds/mpc8541cds/u-boot.lds b/board/cds/mpc8541cds/u-boot.lds index 1bea0074fa1..dc87a122a10 100644 --- a/board/cds/mpc8541cds/u-boot.lds +++ b/board/cds/mpc8541cds/u-boot.lds @@ -69,6 +69,7 @@ SECTIONS cpu/mpc85xx/interrupts.o (.text) cpu/mpc85xx/cpu_init.o (.text) cpu/mpc85xx/cpu.o (.text) + drivers/tsec.o (.text) cpu/mpc85xx/speed.o (.text) cpu/mpc85xx/pci.o (.text) common/dlmalloc.o (.text) diff --git a/board/cds/mpc8555cds/u-boot.lds b/board/cds/mpc8555cds/u-boot.lds index 2aa2ad78fcd..9285928dc42 100644 --- a/board/cds/mpc8555cds/u-boot.lds +++ b/board/cds/mpc8555cds/u-boot.lds @@ -69,6 +69,7 @@ SECTIONS cpu/mpc85xx/interrupts.o (.text) cpu/mpc85xx/cpu_init.o (.text) cpu/mpc85xx/cpu.o (.text) + drivers/tsec.o (.text) cpu/mpc85xx/speed.o (.text) cpu/mpc85xx/pci.o (.text) common/dlmalloc.o (.text) |