2014-04-27 02:49:55 +00:00
|
|
|
From 7dca6801753c89aef0afd5731a08fdf88c45127e Mon Sep 17 00:00:00 2001
|
2014-04-21 17:43:34 +00:00
|
|
|
From: Dennis Gilmore <dennis@ausil.us>
|
|
|
|
Date: Mon, 21 Apr 2014 12:31:22 -0500
|
2014-04-27 02:49:55 +00:00
|
|
|
Subject: [PATCH 12/36] cleanup duplicate options in paz00 config
|
2014-04-21 17:43:34 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
include/configs/paz00.h | 2 --
|
|
|
|
1 file changed, 2 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/include/configs/paz00.h b/include/configs/paz00.h
|
|
|
|
index dd0abf8..8fc2b5a 100644
|
|
|
|
--- a/include/configs/paz00.h
|
|
|
|
+++ b/include/configs/paz00.h
|
|
|
|
@@ -61,8 +61,6 @@
|
|
|
|
#define CONFIG_USB_ETHER_ASIX
|
|
|
|
|
|
|
|
/* General networking support */
|
|
|
|
-#define CONFIG_CMD_NET
|
|
|
|
-#define CONFIG_CMD_DHCP
|
|
|
|
|
|
|
|
/* LCD support */
|
|
|
|
#define CONFIG_LCD
|
|
|
|
--
|
|
|
|
1.9.0
|
|
|
|
|