summaryrefslogtreecommitdiffstats
path: root/configs/minnowmax_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-13 10:36:16 -0600
committerSimon Glass <sjg@chromium.org>2015-08-14 09:50:14 -0600
commitef910819c5a020e96c444d1e73eac917d394456b (patch)
tree9fe734d37d6163d02675f9670059ea5251db0fa9 /configs/minnowmax_defconfig
parent28a85365f8a3d51a380ee7d4520432edf70985db (diff)
downloadtalos-obmc-uboot-ef910819c5a020e96c444d1e73eac917d394456b.tar.gz
talos-obmc-uboot-ef910819c5a020e96c444d1e73eac917d394456b.zip
x86: minnowmax: Define and enable interrupt setup
Set up interrupts correctly so that Linux can use all devices. Use savedefconfig to regenerate the defconfig file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/minnowmax_defconfig')
-rw-r--r--configs/minnowmax_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index 578fcce200..f3cf91b94e 100644
--- a/configs/minnowmax_defconfig
+++ b/configs/minnowmax_defconfig
@@ -5,7 +5,8 @@ CONFIG_TARGET_MINNOWMAX=y
CONFIG_HAVE_INTEL_ME=y
CONFIG_SMP=y
CONFIG_HAVE_VGA_BIOS=y
-CONFIG_GENERATE_SFI_TABLE=y
+CONFIG_GENERATE_PIRQ_TABLE=y
+CONFIG_GENERATE_MP_TABLE=y
CONFIG_CMD_CPU=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
OpenPOWER on IntegriCloud