From patchwork Fri Nov 16 15:09:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 199648 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 8D21F2C0092 for ; Sat, 17 Nov 2012 02:10:37 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 30FC64A131; Fri, 16 Nov 2012 16:10:33 +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 4PDXPmXhUbh9; Fri, 16 Nov 2012 16:10:32 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 06E4C4A135; Fri, 16 Nov 2012 16:10:31 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 607E54A135 for ; Fri, 16 Nov 2012 16:10:29 +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 h8Ha8RCZr89n for ; Fri, 16 Nov 2012 16:10:28 +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-gh0-f177.google.com (mail-gh0-f177.google.com [209.85.160.177]) by theia.denx.de (Postfix) with ESMTPS id 781FC4A134 for ; Fri, 16 Nov 2012 16:10:27 +0100 (CET) Received: by mail-gh0-f177.google.com with SMTP id g22so551531ghb.22 for ; Fri, 16 Nov 2012 07:10:24 -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; bh=Eck1MxJaPYRqTLZq25iZ95s3JRoWy45tJJrWvgi2Yc4=; b=t5ip4dl4W5LBhuWMlFnGLUC90HyuVWZqQtzWwQR6M2foYSgYorsPRJQqkppLV7j12l zrHBGCCbpI7a5atKYebWXpu3cvt+AkmJoFQ679bD8Bt8Xppn4Ww0s+zDGwbuK3KbMbt8 NJJW/B1KGyp27f2PcmafYpLYz7Akj4lujZY7OmVAs3HSTZluyd3UwpnTkA947nCgQPzF rrc/H/P8uJNwSg8WnA0O5i4zh6wjGIbE+LtVsB6cK3Vo7jwyDxq4ZDmdJCfQRTVR5IMP 3A9If9W9aCajmRo/H8lWaG3DOheZrclY+U2WmvljqTUm4n0O79gRIQUAWVWrIwLyafR9 rU9g== Received: by 10.236.135.75 with SMTP id t51mr4419102yhi.105.1353078623824; Fri, 16 Nov 2012 07:10:23 -0800 (PST) Received: from localhost.localdomain ([186.207.91.39]) by mx.google.com with ESMTPS id z6sm1695076yhl.8.2012.11.16.07.10.21 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Nov 2012 07:10:23 -0800 (PST) From: Fabio Estevam To: sbabic@denx.de Date: Fri, 16 Nov 2012 13:09:03 -0200 Message-Id: <1353078550-574-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 Cc: Fabio Estevam , u-boot@lists.denx.de Subject: [U-Boot] [PATCH 1/8] mx28evk: 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/mx28evk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 2916c71..8b89b25 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -238,7 +238,7 @@ */ #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS -#define CONFIG_BOOTDELAY 3 +#define CONFIG_BOOTDELAY 1 #define CONFIG_BOOTFILE "uImage" #define CONFIG_LOADADDR 0x42000000 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR