summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-05-29 15:03:52 -0700
committerRobert Winkler <robert.winkler@boundarydevices.com>2013-06-17 13:46:44 -0700
commitc9a1b5c209cd103f947f9b07ea0c7c43ee2143f1 (patch)
tree6bd5847c36f830d4b6343b1327259815f13d6f7a
parentbc55e15ecbbdccbbb42db14df96a7d7b87cfbff6 (diff)
oc: enable Gb ethernet, remove ARP_TIMEOUT override
-rw-r--r--include/configs/oc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/oc.h b/include/configs/oc.h
index 3c47abdbad..39024e0e05 100644
--- a/include/configs/oc.h
+++ b/include/configs/oc.h
@@ -188,7 +188,6 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"console=ttymxc1\0" \
- "disable_giga=1\0" \
"clearenv=if sf probe || sf probe || sf probe 1 ; then " \
"sf erase 0xc0000 0x2000 && " \
"echo restored environment to factory default ; fi\0" \
@@ -221,8 +220,6 @@
"done ; " \
"done\0" \
-#define CONFIG_ARP_TIMEOUT 200UL
-
/* Miscellaneous configurable options */
#define CONFIG_SYS_LONGHELP
#define CONFIG_SYS_HUSH_PARSER