summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-05-22 01:45:36 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-05-23 15:27:42 +0800
commit84c299940d63bb3dfff4469a9b509c78b7016bc0 (patch)
tree2c727bcc54fec3d638ecd21f3c2c025a3dda493d
parentb813ea9a14eaa9a6c071a9ab48a18d9a17dcef08 (diff)
downloadblackbird-obmc-uboot-84c299940d63bb3dfff4469a9b509c78b7016bc0.tar.gz
blackbird-obmc-uboot-84c299940d63bb3dfff4469a9b509c78b7016bc0.zip
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 <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--configs/galileo_defconfig1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud