diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2013-03-09 13:26:32 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-03-20 11:44:55 +0100 |
commit | 209b5710649cb855abe362268348df91bede6565 (patch) | |
tree | 2dadfce36fc020cf09100fe2adebecefa5de0069 | |
parent | 99e2dc59cb6c1e73e639f3be60170a72119d6e30 (diff) |
i.MX6: mx6qsabrelite: discard override of CONFIG_ARP_TIMEOUT
Nothing on the SABRE Lite board warrants a shorter than normal
ARP timeout.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
-rw-r--r-- | include/configs/mx6qsabrelite.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 5dc8255cec2..fb58265e453 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 |