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
This commit is contained in:
parent
a64f888b27
commit
0f0aa15e7e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue