config: enable parsing dmar table dynamically on UP2

We need to parse dmar table on UP2+SBL, otherwise all
the interrupts from IOAPIC don't work.

Tracked-On: #2572
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Binbin Wu <binbin.wu@intel.com>
This commit is contained in:
Tw 2019-02-21 11:38:23 +08:00 committed by wenlingz
parent 8e8ed07dd7
commit 5300e91188

View File

@ -3,3 +3,4 @@ CONFIG_BOARD="UP2"
CONFIG_SERIAL_PCI=y
CONFIG_SERIAL_PCI_BDF="0:18.0"
CONFIG_COM_IRQ=6
CONFIG_DMAR_PARSE_ENABLED=y