diff options
author | Jason Jin <Jason.jin@freescale.com> | 2007-07-13 12:14:58 +0800 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-06 01:44:59 +0200 |
commit | 0f460a1ee148b648ee242c3157650287d4296260 (patch) | |
tree | 8a5bd77e4ae187e31661228aa5a695f617a58498 /board/mpc8641hpcn | |
parent | ece92f85053b8df613edcf05b26a416cbc3d629c (diff) | |
download | u-boot-imx-0f460a1ee148b648ee242c3157650287d4296260.zip u-boot-imx-0f460a1ee148b648ee242c3157650287d4296260.tar.gz u-boot-imx-0f460a1ee148b648ee242c3157650287d4296260.tar.bz2 |
Configurations for ATI video card BIOS emulator
This patch add definition of the BIOS emulator and the ATI framebuffer
driver for MPC8641HPCN board.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Diffstat (limited to 'board/mpc8641hpcn')
-rw-r--r-- | board/mpc8641hpcn/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/mpc8641hpcn/u-boot.lds b/board/mpc8641hpcn/u-boot.lds index e4792ef..5864464 100644 --- a/board/mpc8641hpcn/u-boot.lds +++ b/board/mpc8641hpcn/u-boot.lds @@ -61,6 +61,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) |