From 7f7cec4ebef54ade7be751691bd9e9fc23cc37e2 Mon Sep 17 00:00:00 2001 From: Dimitar Gamishev Date: Wed, 5 Dec 2018 11:17:11 +0200 Subject: [PATCH] Interrupt boot from 's' key to avoid debug jack uart unwanted chars --- SOFTWARE/A64-TERES/u-boot_new/include/configs/sun50iw1p1.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SOFTWARE/A64-TERES/u-boot_new/include/configs/sun50iw1p1.h b/SOFTWARE/A64-TERES/u-boot_new/include/configs/sun50iw1p1.h index c22b0b2d..47001347 100644 --- a/SOFTWARE/A64-TERES/u-boot_new/include/configs/sun50iw1p1.h +++ b/SOFTWARE/A64-TERES/u-boot_new/include/configs/sun50iw1p1.h @@ -418,6 +418,10 @@ #define CONFIG_VIDEO_SUNXI_V3 //#define CONFIG_SYS_DCACHE_OFF +#define CONFIG_AUTOBOOT_KEYED +#define CONFIG_AUTOBOOT_STOP_STR "s" +#define CONFIG_AUTOBOOT_PROMPT "autoboot in %d seconds, Press s to abort\n",bootdelay + // Make it actually useful. #define CONFIG_SYS_BOOTMAPSZ 0x4000000 #define CONFIG_SUPPORT_RAW_INITRD