configs: Don't use SPI_FLASH_BAR as default
[oweals/u-boot.git] / include / configs / mt7629.h
index a665a5eb7f2b546f60249060472953d5d22214de..9910d8c89a6afa6d497054b3ba11b6d92f2e197f 100644 (file)
@@ -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
@@ -54,4 +55,8 @@
 /* DRAM */
 #define CONFIG_SYS_SDRAM_BASE          0x40000000
 
+/* Ethernet */
+#define CONFIG_IPADDR                  192.168.1.1
+#define CONFIG_SERVERIP                        192.168.1.2
+
 #endif