From patchwork Tue Sep 10 20:20:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Langsdorf X-Patchwork-Id: 274036 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 99DB22C00B1 for ; Wed, 11 Sep 2013 06:22:47 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DD2DB4A088; Tue, 10 Sep 2013 22:22:45 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3qQ5NklO5E8k; Tue, 10 Sep 2013 22:22:45 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D673A4A062; Tue, 10 Sep 2013 22:22:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 07D2A4A063 for ; Tue, 10 Sep 2013 22:21:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wK3rkACQEjPd for ; Tue, 10 Sep 2013 22:20:51 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtp69.ord1c.emailsrvr.com (smtp69.ord1c.emailsrvr.com [108.166.43.69]) by theia.denx.de (Postfix) with ESMTPS id B26364A062 for ; Tue, 10 Sep 2013 22:20:47 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp1.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id CBBAD14834F; Tue, 10 Sep 2013 16:20:45 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp1.relay.ord1c.emailsrvr.com (Authenticated sender: mark.langsdorf-AT-calxeda.com) with ESMTPSA id 3EA2D148372; Tue, 10 Sep 2013 16:20:39 -0400 (EDT) From: Mark Langsdorf To: u-boot@lists.denx.de Date: Tue, 10 Sep 2013 15:20:24 -0500 Message-Id: <1378844424-15506-2-git-send-email-mark.langsdorf@calxeda.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1378844424-15506-1-git-send-email-mark.langsdorf@calxeda.com> References: <1378844424-15506-1-git-send-email-mark.langsdorf@calxeda.com> X-Mailman-Approved-At: Tue, 10 Sep 2013 22:22:42 +0200 Cc: Mark Langsdorf Subject: [U-Boot] [PATCH 1/2] highbank: set AUTOBOOT_KEYED_CTRLC config option X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Let highbank users break into the autoboot script with ctrl-c. Signed-off-by: Mark Langsdorf --- include/configs/highbank.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/highbank.h b/include/configs/highbank.h index afb6e64..1254768 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -80,7 +80,7 @@ #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 - +#define CONFIG_AUTOBOOT_KEYED_CTRLC /* * Miscellaneous configurable options */