From 84c299940d63bb3dfff4469a9b509c78b7016bc0 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sun, 22 May 2016 01:45:36 -0700 Subject: x86: galileo: Enable MP table generation Now that we have added CPU uclass driver and fixed the IOAPIC ID conflict, enable MP table generation so that IOAPIC can be used by the Linux kernel. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- configs/galileo_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 21432e69c1..f8d3c3b8ab 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -4,6 +4,7 @@ CONFIG_DEFAULT_DEVICE_TREE="galileo" CONFIG_TARGET_GALILEO=y CONFIG_ENABLE_MRC_CACHE=y CONFIG_GENERATE_PIRQ_TABLE=y +CONFIG_GENERATE_MP_TABLE=y CONFIG_FIT=y CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y -- cgit v1.2.1