diff --git a/target/linux/xburst/image/u-boot/patches/0003-add-2GB-nand-support.patch b/target/linux/xburst/image/u-boot/patches/0003-add-2GB-nand-support.patch index 5f2b154fb..1680d3aae 100644 --- a/target/linux/xburst/image/u-boot/patches/0003-add-2GB-nand-support.patch +++ b/target/linux/xburst/image/u-boot/patches/0003-add-2GB-nand-support.patch @@ -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