1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-27 13:46:26 +02:00

use rootwait instead of rootdelay as it is mor dynamic - however there's no delay needed anyway when booting from nand

This commit is contained in:
Mirko Vogt 2009-09-25 16:30:30 +02:00 committed by Xiangfu Liu
parent cd0d71a697
commit c2696d65ee

View File

@ -75,7 +75,7 @@ index 68a2e87..3944eca 100644
-#define CS8900_BASE (0xa8000000)
+#define CONFIG_BOOTDELAY 0
+#define CONFIG_BOOTFILE "uImage" /* file to load */
+#define CONFIG_BOOTARGS "mem=32M console=ttyS0,57600n8 rootfstype=jffs2 root=/dev/mtdblock2 rw rootdelay=2"
+#define CONFIG_BOOTARGS "mem=32M console=ttyS0,57600n8 rootfstype=jffs2 root=/dev/mtdblock2 rw rootwait"
+ /* "mem=32M console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p2 rw rootdelay=2" */
+#define CONFIG_BOOTCOMMAND "nand read 0x80600000 0x400000 0x300000;bootm"
+