From patchwork Fri Nov 16 15:09:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 199655 X-Patchwork-Delegate: sbabic@denx.de 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 451EA2C0090 for ; Sat, 17 Nov 2012 02:11:59 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 912BD4A18F; Fri, 16 Nov 2012 16:11:22 +0100 (CET) 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 jPP36DuGIOt5; Fri, 16 Nov 2012 16:11:22 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E73274A182; Fri, 16 Nov 2012 16:10:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 383684A137 for ; Fri, 16 Nov 2012 16:10:50 +0100 (CET) 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 kDm+WN4tgYlW for ; Fri, 16 Nov 2012 16:10:48 +0100 (CET) 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 mail-yh0-f44.google.com (mail-yh0-f44.google.com [209.85.213.44]) by theia.denx.de (Postfix) with ESMTPS id 281604A159 for ; Fri, 16 Nov 2012 16:10:36 +0100 (CET) Received: by mail-yh0-f44.google.com with SMTP id 56so509558yhq.3 for ; Fri, 16 Nov 2012 07:10:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=yiosk825P0SuLc1RZf/U/firub8/5kLJAFv6igAG8ss=; b=TDqprj5a6MPf7ZEB4AbEtrRhWb84R4pi4Iwzc5TONGSJ2D7QfcU9EmDBkrQqrwDNAU SAzBWRAs8ioRBHKR+HMjW8E850R5knCBkc3TGr4O1M6TZQQWnlYLC9P57YG+1cTWEmsX 7oPcqvEAh3IoxlILPaRXUh0UR5NSM1xcpxjx59WjlmpXGFocP0AhjEJ0notuBzcvKmZc axxP59P/lImuNbgRxljx8AnM5bo5w2bRiEn4IpxKAZnUWzSrsPHK3r6mA9gQR0ly4vhj SduYGEV6+SG3NRJXFHFDWuorni1nCmMOdnZdXRspt5aHMh/1AO3L9QNEud+TF5I+Dhod WRkw== Received: by 10.236.137.112 with SMTP id x76mr4468815yhi.56.1353078634335; Fri, 16 Nov 2012 07:10:34 -0800 (PST) Received: from localhost.localdomain ([186.207.91.39]) by mx.google.com with ESMTPS id z6sm1695076yhl.8.2012.11.16.07.10.32 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Nov 2012 07:10:33 -0800 (PST) From: Fabio Estevam To: sbabic@denx.de Date: Fri, 16 Nov 2012 13:09:08 -0200 Message-Id: <1353078550-574-6-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1353078550-574-1-git-send-email-festevam@gmail.com> References: <1353078550-574-1-git-send-email-festevam@gmail.com> Cc: Fabio Estevam , u-boot@lists.denx.de Subject: [U-Boot] [PATCH 6/8] mx25pdk: Configure CONFIG_BOOTDELAY to one second 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 From: Fabio Estevam One second is enough time for users to react in case they want to stop the booting process. Signed-off-by: Fabio Estevam --- include/configs/mx25pdk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index a4bd8b0..b5338a0 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -130,7 +130,7 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_NET -#define CONFIG_BOOTDELAY 3 +#define CONFIG_BOOTDELAY 1 #define CONFIG_LOADADDR 0x81000000 /* loadaddr env var */ #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR