mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 11:49:42 +02:00
uboot-xburst: change load kernel size
This commit is contained in:
parent
0bc736c78e
commit
7e159dc6e3
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/include/configs/qi_lb60.h b/include/configs/qi_lb60.h
|
||||||
|
index 7ed9a1e..9b1a2f7 100644
|
||||||
|
--- a/include/configs/qi_lb60.h
|
||||||
|
+++ b/include/configs/qi_lb60.h
|
||||||
|
@@ -6,7 +6,7 @@
|
||||||
|
#define CONFIG_QI_LB60 1
|
||||||
|
|
||||||
|
//#define DEBUG
|
||||||
|
-#define CONFIG_BOOTCOMMAND "nand read 0x80600000 0x400000 0x200000;bootm"
|
||||||
|
+#define CONFIG_BOOTCOMMAND "nand read 0x80600000 0x400000 0x280000;bootm"
|
||||||
|
#define CONFIG_BOOTARGS "mem=32M console=tty0 console=ttyS0,57600n8 ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait"
|
||||||
|
|
||||||
|
#define CONFIG_CMD_UBIFS
|
Loading…
Reference in New Issue
Block a user