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 /include/configs/minnowmax.h | |
parent | 28a85365f8a3d51a380ee7d4520432edf70985db (diff) | |
download | u-boot-ef910819c5a020e96c444d1e73eac917d394456b.tar.gz u-boot-ef910819c5a020e96c444d1e73eac917d394456b.tar.bz2 u-boot-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 'include/configs/minnowmax.h')
-rw-r--r-- | include/configs/minnowmax.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 64fa676b1a..aeb04b96b4 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -15,6 +15,7 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) #define CONFIG_ARCH_EARLY_INIT_R +#define CONFIG_ARCH_MISC_INIT #define CONFIG_SMSC_LPC47M |