1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-02 21:51:40 +03:00

nanonote mtd.nn: disable kernel log when normal boot

This commit is contained in:
Xiangfu Liu 2011-08-22 16:50:46 +08:00
parent c4d594a723
commit d95cfe1c59

View File

@ -60,7 +60,7 @@ if [ "$1" == "format_data_default" ]; then
fi
if [ "$1" == "fw_setenv_default" ]; then
fw_setenv bootargs mem=32M console=tty0 console=ttyS0,57600n8 ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait
fw_setenv bootargs mem=32M ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait quiet
fw_setenv bootcmd nand read 0x80600000 0x400000 0x200000\;bootm
fw_setenv bootargsfromsd mem=32M console=tty0 console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p1 rw rootwait
fw_setenv bootcmdfromsd mmc init\; ext2load mmc 0 0x80600000 /boot/uImage\; bootm