summaryrefslogtreecommitdiff
path: root/include/configs/mt7623.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mt7623.h')
-rw-r--r--include/configs/mt7623.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/mt7623.h b/include/configs/mt7623.h
index ba763501cf..5129c83da8 100644
--- a/include/configs/mt7623.h
+++ b/include/configs/mt7623.h
@@ -24,6 +24,7 @@
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN SZ_4M
+#define CONFIG_SYS_NONCACHED_MEMORY SZ_1M
/* Environment */
#define CONFIG_ENV_SIZE SZ_4K
@@ -53,4 +54,8 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
FDT_HIGH
+/* Ethernet */
+#define CONFIG_IPADDR 192.168.1.1
+#define CONFIG_SERVERIP 192.168.1.2
+
#endif