ep8248: add support for device tree and secondary Ethernet interface.
[oweals/u-boot.git] / include / configs / vme8349.h
index 35d367da414c68d348aebbaeaadc4bd57a8e388a..5304ec94aefa8904e8db32d440a0b1ba35e206c6 100644 (file)
 #define CONFIG_ROOTPATH                /tftpboot/rootfs
 #define CONFIG_BOOTFILE                uImage
 
-#define CONFIG_LOADADDR                500000  /* def location for tftp and bootm */
+#define CONFIG_LOADADDR                800000  /* def location for tftp and bootm */
 
 #define CONFIG_BOOTDELAY       6       /* -1 disables auto-boot */
 #undef  CONFIG_BOOTARGS                        /* boot command will set bootargs */
        "update=protect off fff00000 fff3ffff; "                        \
                "era fff00000 fff3ffff; cp.b 100000 fff00000 ${filesize}\0" \
        "upd=run load update\0"                                         \
-       "fdtaddr=400000\0"                                              \
+       "fdtaddr=780000\0"                                              \
        "fdtfile=vme8349.dtb\0"                                         \
        ""