From ef910819c5a020e96c444d1e73eac917d394456b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 13 Aug 2015 10:36:16 -0600 Subject: 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 Reviewed-by: Bin Meng --- include/configs/minnowmax.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.1