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 /include | |
parent | 99e2dc59cb6c1e73e639f3be60170a72119d6e30 (diff) | |
download | u-boot-imx-209b5710649cb855abe362268348df91bede6565.zip u-boot-imx-209b5710649cb855abe362268348df91bede6565.tar.gz u-boot-imx-209b5710649cb855abe362268348df91bede6565.tar.bz2 |
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>
Diffstat (limited to 'include')
-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 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 |