rockchip-update-img: add 'rootdelay=1' parameter in CMDLINE

Reduce boot delay from 30 seconds to 1 second, caused by rk30xxnand-3.0.36+.ko
which is not responding to wait-for-root in pre_mountroot() function of initrd
https://github.com/radxa/initrd/blob/master/scripts/local#L16
This commit is contained in:
Julien CHAUVEAU 2014-05-05 14:38:08 +02:00
parent e99a212e4f
commit 8dc393689a

View File

@ -11,7 +11,7 @@ DEPENDS = "mkbootimg-native rockchip-bootloader virtual/kernel"
FIRMWARE_VER ?= "1.0"
MANUFACTURER ?= "NEO-Technologies"
MACHINE_MODEL ?= "${MACHINE}"
CMDLINE ?= "console=ttyFIQ0 root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4"
CMDLINE ?= "console=ttyFIQ0 root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4 rootdelay=1"
MTDPARTS ?= "0x00008000@0x00002000(boot),-@0x0000A000(linuxroot)"
PACKAGE_FILE = "package-file"