summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-13 16:36:16 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-14 15:50:14 (GMT)
commitef910819c5a020e96c444d1e73eac917d394456b (patch)
tree9fe734d37d6163d02675f9670059ea5251db0fa9 /configs
parent28a85365f8a3d51a380ee7d4520432edf70985db (diff)
downloadu-boot-fsl-qoriq-ef910819c5a020e96c444d1e73eac917d394456b.tar.xz
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')
-rw-r--r--configs/minnowmax_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index 578fcce..f3cf91b 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