diff options
author | Zang Roy-r61911 <tie-fei.zang@freescale.com> | 2006-12-14 14:14:55 +0800 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2007-04-23 19:58:27 -0500 |
commit | 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7 (patch) | |
tree | 3df6ad3139523edfe2943901d1f761a15ebbd3b3 /board/cds/mpc8548cds/u-boot.lds | |
parent | 14da5f7675bbb427c469e3f45006e027b6e21db9 (diff) | |
download | u-boot-imx-41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7.zip u-boot-imx-41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7.tar.gz u-boot-imx-41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7.tar.bz2 |
u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
board.
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Diffstat (limited to 'board/cds/mpc8548cds/u-boot.lds')
-rw-r--r-- | board/cds/mpc8548cds/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cds/mpc8548cds/u-boot.lds b/board/cds/mpc8548cds/u-boot.lds index 2c8fe96..c1f3495 100644 --- a/board/cds/mpc8548cds/u-boot.lds +++ b/board/cds/mpc8548cds/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) |