Commit 0f2bab11 authored by Andrew Savchenko's avatar Andrew Savchenko Committed by Anton Midyukov

phone.mk: Set uboot timeout to 0.5s

We shouldn't add 5 secs to phone boot time.
parent 9e7ae7f9
......@@ -25,6 +25,7 @@ ifeq (aarch64,$(ARCH))
# TODO: devicetree ($root)/boot/dtb/rockchip/rk3399-pinephone-pro.dtb
mixin/pinephone: use/x11/armsoc use/firmware use/bootloader/uboot use/tty/S2
@$(call set,EFI_BOOTLOADER,)
@$(call set,UBOOT_TIMEOUT,5)
ifeq (vm,$(IMAGE_CLASS))
vm/pinephone-phosh: vm/.phosh mixin/pinephone; @:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment