From: Rob Herring Date: Thu, 13 Jun 2013 03:24:54 +0000 (-0500) Subject: highbank: enable keyed autoboot stop X-Git-Tag: v2013.10-rc1~22^2~80 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=76116f29ee846bb5c8106cb580408fe4beab66f1;hp=953950234dfb555abdaaa7b8ce92779bbc9e269a;p=u-boot highbank: enable keyed autoboot stop Restrict autoboot interruption to "s" or "d" keys. This will prevent some unwanted stopping and also allow disabling the reset on command timeout. Signed-off-by: Rob Herring --- diff --git a/include/configs/highbank.h b/include/configs/highbank.h index e01d4bb298..5710be5bf6 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -88,6 +88,8 @@ #define CONFIG_BOOTDELAY 2 #define CONFIG_BOOT_RETRY_TIME -1 #define CONFIG_RESET_TO_RETRY +#define CONFIG_AUTOBOOT_KEYED +#define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds...\nPress to stop or to delay\n", bootdelay /* * Miscellaneous configurable options