diff options
author | Marc Jones <marcj303@gmail.com> | 2009-12-23 22:16:18 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2009-12-23 22:16:18 +0000 |
commit | 0f0aa15e7eac54dae8d1710c3a4751c80b61709a (patch) | |
tree | 088f2867f6ba8dc110c54e0f29bdee0a7cf6dceb /src/mainboard/technexion | |
parent | a64f888b2741b0c019daec63959a8b020b525254 (diff) | |
download | coreboot-0f0aa15e7eac54dae8d1710c3a4751c80b61709a.tar.xz |
Fix technexion tim5690 build failure - REALMODE option required for x86.c mainboard function to be built.
Signed-off-by: Marc Jones <marcj303@gmail.com>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4992 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technexion')
-rw-r--r-- | src/mainboard/technexion/tim5690/Options.lb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/technexion/tim5690/Options.lb b/src/mainboard/technexion/tim5690/Options.lb index ad1e80aae5..774baafb4f 100644 --- a/src/mainboard/technexion/tim5690/Options.lb +++ b/src/mainboard/technexion/tim5690/Options.lb @@ -73,6 +73,7 @@ uses HOSTCC uses CONFIG_OBJCOPY uses CONFIG_CONSOLE_VGA uses CONFIG_PCI_ROM_RUN +uses CONFIG_PCI_OPTION_ROM_RUN_REALMODE uses CONFIG_HW_MEM_HOLE_SIZEK uses CONFIG_HT_CHAIN_UNITID_BASE uses CONFIG_HT_CHAIN_END_UNITID_BASE @@ -159,6 +160,7 @@ default CONFIG_HW_MEM_HOLE_SIZEK=0x100000 #VGA Console default CONFIG_CONSOLE_VGA=1 default CONFIG_PCI_ROM_RUN=1 +default CONFIG_PCI_OPTION_ROM_RUN_REALMODE=1 default CONFIG_VGA_ROM_RUN=1 # BTDC: Only one HT device on Herring. |