classes: reduce boot timeout to 0

This commit is contained in:
2024-12-09 15:43:41 +08:00
parent 8b3cafa19d
commit acae82eb5e

View File

@ -80,7 +80,7 @@ UBOOT_EXTLINUX_FDT ??= ""
UBOOT_EXTLINUX_FDTDIR ??= "../"
UBOOT_EXTLINUX_KERNEL_IMAGE ?= "/${KERNEL_IMAGETYPE}"
UBOOT_EXTLINUX_KERNEL_ARGS ?= "rootwait rw"
UBOOT_EXTLINUX_TIMEOUT ?= "20"
UBOOT_EXTLINUX_TIMEOUT ?= "0"
def create_extlinux_file(cfile, labels, data):
"""