diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-06 15:59:45 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-06 15:59:45 +0200 |
commit | ec06b2731b0a8303f546901635a6e8da0ea97613 (patch) | |
tree | a90e17759211dd8e01c8b4b28d2e66224a6f8dc6 /board/mpc8641hpcn | |
parent | f2c2a937d8c4a44f63ff88bf82023e03a29497a2 (diff) | |
parent | 9c7e4b06214db61bb21f1bcbe57c97519669baae (diff) | |
download | u-boot-imx-ec06b2731b0a8303f546901635a6e8da0ea97613.zip u-boot-imx-ec06b2731b0a8303f546901635a6e8da0ea97613.tar.gz u-boot-imx-ec06b2731b0a8303f546901635a6e8da0ea97613.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
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) |