]> git.sur5r.net Git - u-boot/blobdiff - include/configs/r2dplus.h
microblaze: Enable TFTP put command
[u-boot] / include / configs / r2dplus.h
index 8689513fb784b5127d1573c31b84bd5bf18d01ad..0ce3fa864c7f679dd93a13fc7da60fb0042fd4df 100644 (file)
@@ -30,7 +30,7 @@
 #define CONFIG_SCIF_CONSOLE    1
 #define CONFIG_BAUDRATE                115200
 #define CONFIG_CONS_SCIF1      1
-#define BOARD_LATE_INIT                1
+#define CONFIG_BOARD_LATE_INIT
 
 #define CONFIG_BOOTDELAY       -1
 #define CONFIG_BOOTARGS                "console=ttySC0,115200"
@@ -40,6 +40,7 @@
 #define CONFIG_SYS_SDRAM_BASE          (0x8C000000)
 #define CONFIG_SYS_SDRAM_SIZE          (0x04000000)
 
+#define CONFIG_SYS_TEXT_BASE   0x0FFC0000
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_PROMPT              "=> "
 #define CONFIG_SYS_CBSIZE              256
@@ -58,7 +59,6 @@
 #define CONFIG_SYS_MONITOR_LEN         (256 * 1024)
 /* Size of DRAM reserved for malloc() use */
 #define CONFIG_SYS_MALLOC_LEN          (1024 * 1024)
-/* size in bytes reserved for initial data */
 #define CONFIG_SYS_BOOTMAPSZ           (8 * 1024 * 1024)
 
 /*
 /*
  * Network device (RTL8139) support
  */
-#define CONFIG_NET_MULTI
 #define CONFIG_RTL8139
 
 #endif /* __CONFIG_H */