From: Bin Meng Date: Sun, 22 May 2016 08:45:36 +0000 (-0700) Subject: x86: galileo: Enable MP table generation X-Git-Tag: v2016.07-rc1~177^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=84c299940d63bb3dfff4469a9b509c78b7016bc0;p=u-boot 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 --- 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