summaryrefslogtreecommitdiff
path: root/include/configs/pogo_e02.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/pogo_e02.h')
-rw-r--r--include/configs/pogo_e02.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/configs/pogo_e02.h b/include/configs/pogo_e02.h
index 085732214e..b1354219c9 100644
--- a/include/configs/pogo_e02.h
+++ b/include/configs/pogo_e02.h
@@ -18,15 +18,9 @@
* Default environment variables
*/
-#define CONFIG_EXTRA_ENV_SETTINGS \
+#define CFG_EXTRA_ENV_SETTINGS \
"bootargs_console=console=ttyS0,115200\0" \
"bootcmd_usb=usb start; ext2load usb 0:1 0x00800000 /uImage; " \
"ext2load usb 0:1 0x01100000 /uInitrd\0"
-/*
- * Ethernet Driver configuration
- */
-#define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */
-#define CONFIG_PHY_BASE_ADR 0
-
#endif /* _CONFIG_POGO_E02_H */