diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-13 10:36:16 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-14 09:50:14 -0600 |
commit | ef910819c5a020e96c444d1e73eac917d394456b (patch) | |
tree | 9fe734d37d6163d02675f9670059ea5251db0fa9 /configs | |
parent | 28a85365f8a3d51a380ee7d4520432edf70985db (diff) | |
download | u-boot-imx-ef910819c5a020e96c444d1e73eac917d394456b.zip u-boot-imx-ef910819c5a020e96c444d1e73eac917d394456b.tar.gz u-boot-imx-ef910819c5a020e96c444d1e73eac917d394456b.tar.bz2 |
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_defconfig | 3 |
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 |