From c693159de8b35e3a85bd578737ecb07d7e0a80c5 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 9 Feb 2023 15:08:19 -0600 Subject: Allow U-Boot to stop --- recipes-bsp/u-boot/u-boot-2016.09.01/config-n.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-2016.09.01/config-n.patch b/recipes-bsp/u-boot/u-boot-2016.09.01/config-n.patch index 51fcb1e..0448f07 100644 --- a/recipes-bsp/u-boot/u-boot-2016.09.01/config-n.patch +++ b/recipes-bsp/u-boot/u-boot-2016.09.01/config-n.patch @@ -13,7 +13,7 @@ diff -Naru orig/configs/at91sam9x5ek_nandflash_defconfig new/configs/at91sam9x5e +CONFIG_SPL=n CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9X5,SYS_USE_NANDFLASH" -CONFIG_BOOTDELAY=3 -+CONFIG_BOOTDELAY=0 ++CONFIG_BOOTDELAY=1 CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_BOOTZ=y -- cgit v1.2.3