diff mbox

[U-Boot] i.MX6: mx6qsabrelite: discard override of CONFIG_ARP_TIMEOUT

Message ID 1362871592-10773-1-git-send-email-eric.nelson@boundarydevices.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Eric Nelson March 9, 2013, 11:26 p.m. UTC
Nothing on the SABRE Lite board warrants a shorter than normal
ARP timeout.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 include/configs/mx6qsabrelite.h |    2 --
 1 file changed, 2 deletions(-)

Comments

Stefano Babic March 20, 2013, 10:45 a.m. UTC | #1
On 10/03/2013 00:26, Eric Nelson wrote:
> Nothing on the SABRE Lite board warrants a shorter than normal
> ARP timeout.
> 
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
> ---


Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index 5dc8255..fb58265 100644
--- a/include/configs/mx6qsabrelite.h
+++ b/include/configs/mx6qsabrelite.h
@@ -228,8 +228,6 @@ 
 		   "fi; " \
 	   "else run netboot; fi"
 
-#define CONFIG_ARP_TIMEOUT     200UL
-
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_HUSH_PARSER