From 58a80255ed7151f11d7bd73567d90ddc0aefaf89 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Thu, 7 Oct 2021 19:37:54 +0200 Subject: [PATCH] imx8mn-somdevices: configs: Change bootdelay to 0. Signed-off-by: Josep Orga --- configs/imx8mn_somdevices_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/imx8mn_somdevices_defconfig b/configs/imx8mn_somdevices_defconfig index b978892d8d..13475343aa 100644 --- a/configs/imx8mn_somdevices_defconfig +++ b/configs/imx8mn_somdevices_defconfig @@ -159,3 +159,5 @@ CONFIG_CMD_BMP=y CONFIG_LED=y CONFIG_LED_GPIO=y + +CONFIG_BOOTDELAY=0 -- 2.17.1