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

Eric Nelson eric.nelson at boundarydevices.com
Sun Mar 10 00:26:32 CET 2013


Nothing on the SABRE Lite board warrants a shorter than normal
ARP timeout.

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

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
-- 
1.7.9.5



More information about the U-Boot mailing list