diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-07-14 14:07:03 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-07-14 20:21:11 -0500 |
commit | 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3 (patch) | |
tree | 4cd6120da1be962b9afb56cd791c1a963e471183 /board/freescale/mpc8544ds | |
parent | 7f9f4347cf325c63a39fe30910f3fb211ae2cc15 (diff) |
MPC8544DS: Add ATI Video card support
Add support for using a PCIe ATI Video card on PCIe2.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8544ds')
-rw-r--r-- | board/freescale/mpc8544ds/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mpc8544ds/u-boot.lds b/board/freescale/mpc8544ds/u-boot.lds index 785a00616bd..c66c69fcbe4 100644 --- a/board/freescale/mpc8544ds/u-boot.lds +++ b/board/freescale/mpc8544ds/u-boot.lds @@ -71,6 +71,7 @@ SECTIONS lib_generic/crc32.o (.text) lib_ppc/extable.o (.text) lib_generic/zlib.o (.text) + drivers/bios_emulator/atibios.o (.text) *(.text) *(.fixup) *(.got1) |