diff mbox

[U-Boot] x86: minnowmax: Remove CONFIG_SMSC_LPC47M

Message ID 1500734378-19552-1-git-send-email-bmeng.cn@gmail.com
State Accepted
Commit 55f228b07e2d84938a88737445441e736de41340
Delegated to: Bin Meng
Headers show

Commit Message

Bin Meng July 22, 2017, 2:39 p.m. UTC
There is no SMSC LPC47M Super I/O chipset on the MinnowMax board.

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

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

Comments

Bin Meng July 28, 2017, 1:46 p.m. UTC | #1
On Sat, Jul 22, 2017 at 10:39 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> There is no SMSC LPC47M Super I/O chipset on the MinnowMax board.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  include/configs/minnowmax.h | 1 -
>  1 file changed, 1 deletion(-)
>

applied to u-boot-x86, thanks!
diff mbox

Patch

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" \