[PATCH 2/4] pinephone_defconfig: reduce boot delay
André Przywara
andre.przywara at arm.com
Thu Feb 25 18:02:40 CET 2021
On 20/02/2021 12:14, Nicolas Boulenguez wrote:
> From: Arnaud Ferraris <arnaud.ferraris at collabora.com>
>
> On a cellular phone, the vast majority of users can be expected to
> have no serial console connected and prefer a short boot.
It's a bit tricky to break in with a delay of 0, but indeed most users
won't care, so looks fine to me.
But it's missing a Signed-off-by: line.
Cheers,
Andre
> ---
> configs/pinephone_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/pinephone_defconfig b/configs/pinephone_defconfig
> index 9967cddab9..9b51a7a100 100644
> --- a/configs/pinephone_defconfig
> +++ b/configs/pinephone_defconfig
> @@ -10,4 +10,5 @@
> CONFIG_PINEPHONE_DT_SELECTION=y
> CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pinephone-1.2"
> # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
> +CONFIG_BOOTDELAY=0
> CONFIG_OF_LIST="sun50i-a64-pinephone-1.1 sun50i-a64-pinephone-1.2"
>
More information about the U-Boot
mailing list