]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ML2.h
Makefile: move all Power Architecture boards into boards.cfg
[people/ms/u-boot.git] / include / configs / ML2.h
index 190239732531335f3a19dfcc5806ff7b011624a8..8f56902e63e225371fafd6e74026c6fc37c6783e 100644 (file)
@@ -30,6 +30,7 @@
 #define CONFIG_4xx             1       /* ...member of PPC4xx family   */
 #define CONFIG_ML2     1       /* ...on a ML2 board    */
 
+#define        CONFIG_SYS_TEXT_BASE    0x18000000
 
 #define CONFIG_ENV_IS_IN_FLASH     1
 
 
 #define CONFIG_PREBOOT         "fsload 0x00100000 /boot/image"
 
-/* Size (bytes) of interrupt driven serial port buffer.
- * Set to 0 to use polling instead of interrupts.
- * Setting to 0 will also disable RTS/CTS handshaking.
- */
-#if 0
-#define CONFIG_SERIAL_SOFTWARE_FIFO 4000
-#else
-#undef CONFIG_SERIAL_SOFTWARE_FIFO
-#endif
-
 #if 0
 #define CONFIG_BOOTARGS                "root=/dev/nfs "                        \
     "ip=192.168.2.176:192.168.2.190:192.168.2.79:255.255.255.0 "        \
  *
  */
 /* No command line, one static partition, whole device */
-#undef CONFIG_JFFS2_CMDLINE
+#undef CONFIG_CMD_MTDPARTS
 #define CONFIG_JFFS2_DEV               "nor0"
 #define CONFIG_JFFS2_PART_SIZE         0xFFFFFFFF
 #define CONFIG_JFFS2_PART_OFFSET       0x00080000
 /* mtdparts command line support */
 /* Note: fake mtd_id used, no linux mtd map file */
 /*
-#define CONFIG_JFFS2_CMDLINE
+#define CONFIG_CMD_MTDPARTS
 #define MTDIDS_DEFAULT         "nor0=ml2-0"
 #define MTDPARTS_DEFAULT       "mtdparts=ml2-0:-@512k(jffs2)"
 */