Merge tag 'mips-pull-2019-11-16' of git://git.denx.de/u-boot-mips
[oweals/u-boot.git] / include / configs / mt7623.h
index 68da920e300d0bbeb833785c67f135f5f85a2d25..5129c83da8fd7a2ece14a8c696f99249c7bb0036 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
 /* DRAM */
 #define CONFIG_SYS_SDRAM_BASE          0x80000000
 
-/* This is neede for kernel booting */
+/* This is needed for kernel booting */
 #define FDT_HIGH                       "fdt_high=0xac000000\0"
 
 /* Extra environment variables */
 #define CONFIG_EXTRA_ENV_SETTINGS      \
        FDT_HIGH
 
+/* Ethernet */
+#define CONFIG_IPADDR                  192.168.1.1
+#define CONFIG_SERVERIP                        192.168.1.2
+
 #endif