summaryrefslogtreecommitdiff
path: root/include/configs/goflexhome.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/goflexhome.h')
-rw-r--r--include/configs/goflexhome.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h
index 66eed9e14f..b7de159c86 100644
--- a/include/configs/goflexhome.h
+++ b/include/configs/goflexhome.h
@@ -31,15 +31,9 @@
* Default environment variables
*/
-#define CONFIG_EXTRA_ENV_SETTINGS \
+#define CFG_EXTRA_ENV_SETTINGS \
"console=console=ttyS0,115200\0" \
"kernel=/boot/uImage\0" \
"bootargs_root=ubi.mtd=root root=ubi0:root rootfstype=ubifs ro\0"
-/*
- * Ethernet Driver configuration
- */
-#define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */
-#define CONFIG_PHY_BASE_ADR 0
-
#endif /* _CONFIG_GOFLEXHOME_H */