Small fix to make abuild happy (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2969 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
59ef59ea94
commit
5fd9a78a9d
|
@ -71,7 +71,7 @@ default HAVE_MP_TABLE = 0
|
|||
default HAVE_HARD_RESET = 0
|
||||
default CONFIG_UDELAY_TSC = 1
|
||||
default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 = 1
|
||||
default HAVE_PIRQ_TABLE = 1
|
||||
default HAVE_PIRQ_TABLE = 0
|
||||
default IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||
default MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||
default MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||
|
|
Loading…
Reference in New Issue