summaryrefslogtreecommitdiff
path: root/configs/galileo_defconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-05-22 08:45:36 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-05-23 07:27:42 (GMT)
commit84c299940d63bb3dfff4469a9b509c78b7016bc0 (patch)
tree2c727bcc54fec3d638ecd21f3c2c025a3dda493d /configs/galileo_defconfig
parentb813ea9a14eaa9a6c071a9ab48a18d9a17dcef08 (diff)
downloadu-boot-fsl-qoriq-84c299940d63bb3dfff4469a9b509c78b7016bc0.tar.xz
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>
Diffstat (limited to 'configs/galileo_defconfig')
-rw-r--r--configs/galileo_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index 21432e6..f8d3c3b 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