From patchwork Fri Nov 16 15:09:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 199652 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 619562C0090 for ; Sat, 17 Nov 2012 02:11:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 810504A194; Fri, 16 Nov 2012 16:11:06 +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 0FHWVreINBah; Fri, 16 Nov 2012 16:11:06 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BD2514A15E; Fri, 16 Nov 2012 16:10:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 64EA64A142 for ; Fri, 16 Nov 2012 16:10:48 +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 hd0n+SpbqpzV for ; Fri, 16 Nov 2012 16:10:47 +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-ye0-f172.google.com (mail-ye0-f172.google.com [209.85.213.172]) by theia.denx.de (Postfix) with ESMTPS id 6939F4A14C for ; Fri, 16 Nov 2012 16:10:33 +0100 (CET) Received: by mail-ye0-f172.google.com with SMTP id m14so62216yen.3 for ; Fri, 16 Nov 2012 07:10:32 -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=IdedP6nTZ8n5H01o4vhaBPTaYrhc7Qy6SIInwS67+Hg=; b=Gh4VK+BdMw+ek4YrlfdcupOx0ueZi3uQ+rI4m+B6Qe1E/s0ugAtvinF3NSxn2u11mq BfRt2z0+zenDjEP4Rr7xhNqD3bIkYcVVnHNG/vb5I62JGI5YavQRRg32EgaGUzVg2WWm SudmnBWIlmVoLHL7KdoexEyITyi/T480H/hMC9acoPYrlnhUAKr41BQZtB3HSzjQakQh K7Mmg6RwjLpDoMSRHoUoPz1TxhV0Xoy+arOzmKnlwusIipcxRoQZ9nrs89Xby5YIi7rK UvvCf5MCJtJJLU5KoNV0Lr3HtJWfEo/x5drWgH2Li3LQEnI/B/XgR/iPP3z+XS1PI6mr T5og== Received: by 10.101.132.24 with SMTP id j24mr1300093ann.42.1353078632381; Fri, 16 Nov 2012 07:10:32 -0800 (PST) Received: from localhost.localdomain ([186.207.91.39]) by mx.google.com with ESMTPS id z6sm1695076yhl.8.2012.11.16.07.10.30 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Nov 2012 07:10:32 -0800 (PST) From: Fabio Estevam To: sbabic@denx.de Date: Fri, 16 Nov 2012 13:09:07 -0200 Message-Id: <1353078550-574-5-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 5/8] mx51evk: 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/mx51evk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 89feaed..e8c6618 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -149,7 +149,7 @@ #define CONFIG_CMD_DATE -#define CONFIG_BOOTDELAY 3 +#define CONFIG_BOOTDELAY 1 #define CONFIG_ETHPRIME "FEC0"