mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 14:22:48 +02:00
update cmdline, default boot to nand. u-boot bootdelay set to 0
This commit is contained in:
parent
ee1bee1421
commit
89c608c1a0
@ -30,7 +30,7 @@ index 16e8688..572d22b 100644
|
||||
__gpio_set_pin(GPIO_AUDIO_POP);
|
||||
|
||||
diff --git a/include/configs/qi_lb60.h b/include/configs/qi_lb60.h
|
||||
index 68a2e87..bcd7ada 100644
|
||||
index 68a2e87..8939794 100644
|
||||
--- a/include/configs/qi_lb60.h
|
||||
+++ b/include/configs/qi_lb60.h
|
||||
@@ -13,7 +13,6 @@
|
||||
@ -54,7 +54,7 @@ index 68a2e87..bcd7ada 100644
|
||||
#define JZ4740_NANDBOOT_CFG JZ4740_NANDBOOT_B8R3
|
||||
|
||||
-#define CONFIG_CPU_SPEED 252000000 /* CPU clock: 252 MHz */
|
||||
+#define CONFIG_CPU_SPEED 366000000 /* CPU clock: 366 MHz */
|
||||
+#define CONFIG_CPU_SPEED 336000000 /* CPU clock: 336 MHz */
|
||||
#define CONFIG_EXTAL 12000000 /* EXTAL freq: 12 MHz */
|
||||
-#define CONFIG_SYS_HZ (CONFIG_EXTAL / 256) /* incrementer freq */
|
||||
+#define CONFIG_SYS_HZ (CONFIG_EXTAL / 256) /* incrementer freq */
|
||||
@ -73,9 +73,9 @@ index 68a2e87..bcd7ada 100644
|
||||
-
|
||||
-#define CONFIG_DRIVER_CS8900 1
|
||||
-#define CS8900_BASE (0xa8000000)
|
||||
+#define CONFIG_BOOTDELAY 3
|
||||
+#define CONFIG_BOOTDELAY 0
|
||||
+#define CONFIG_BOOTFILE "uImage" /* file to load */
|
||||
+#define CONFIG_BOOTARGS "mem=32M console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p2 rw nohz=off"
|
||||
+#define CONFIG_BOOTARGS "mem=32M console=ttyS0,57600n8 rootfstype=jffs2 root=/dev/mtdblock2 rw rootdelay=2"
|
||||
+#define CONFIG_BOOTCOMMAND "nand read 0x80600000 0x400000 0x300000;bootm"
|
||||
+
|
||||
+#define CONFIG_DRIVER_CS8900 1
|
||||
|
Loading…
Reference in New Issue
Block a user