[U-Boot] [PATCH] x86: minnowmax: Remove CONFIG_SMSC_LPC47M

Bin Meng bmeng.cn at gmail.com
Sat Jul 22 14:39:38 UTC 2017


There is no SMSC LPC47M Super I/O chipset on the MinnowMax board.

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---

 include/configs/minnowmax.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h
index 6ea607d..5b24c2b 100644
--- a/include/configs/minnowmax.h
+++ b/include/configs/minnowmax.h
@@ -15,7 +15,6 @@
 
 #define CONFIG_SYS_MONITOR_LEN		(1 << 20)
 
-#define CONFIG_SMSC_LPC47M
 #define CONFIG_MISC_INIT_R
 
 #define CONFIG_STD_DEVICES_SETTINGS	"stdin=usbkbd,serial\0" \
-- 
2.9.2



More information about the U-Boot mailing list