classes: reduce boot timeout to 0
This commit is contained in:
@ -80,7 +80,7 @@ UBOOT_EXTLINUX_FDT ??= ""
|
|||||||
UBOOT_EXTLINUX_FDTDIR ??= "../"
|
UBOOT_EXTLINUX_FDTDIR ??= "../"
|
||||||
UBOOT_EXTLINUX_KERNEL_IMAGE ?= "/${KERNEL_IMAGETYPE}"
|
UBOOT_EXTLINUX_KERNEL_IMAGE ?= "/${KERNEL_IMAGETYPE}"
|
||||||
UBOOT_EXTLINUX_KERNEL_ARGS ?= "rootwait rw"
|
UBOOT_EXTLINUX_KERNEL_ARGS ?= "rootwait rw"
|
||||||
UBOOT_EXTLINUX_TIMEOUT ?= "20"
|
UBOOT_EXTLINUX_TIMEOUT ?= "0"
|
||||||
|
|
||||||
def create_extlinux_file(cfile, labels, data):
|
def create_extlinux_file(cfile, labels, data):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user