summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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