diff options
author | John Klug <john.klug@multitech.com> | 2023-02-09 15:08:19 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-02-10 09:33:55 -0600 |
commit | c693159de8b35e3a85bd578737ecb07d7e0a80c5 (patch) | |
tree | 19f134dd2ff30884560a08f54c1d3ecc6d6f055f | |
parent | 6bc97914f155f72de8c4646c4fab339d3ac283b6 (diff) | |
download | meta-multitech-atmel-c693159de8b35e3a85bd578737ecb07d7e0a80c5.tar.gz meta-multitech-atmel-c693159de8b35e3a85bd578737ecb07d7e0a80c5.tar.bz2 meta-multitech-atmel-c693159de8b35e3a85bd578737ecb07d7e0a80c5.zip |
Allow U-Boot to stop
-rw-r--r-- | recipes-bsp/u-boot/u-boot-2016.09.01/config-n.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |