From patchwork Fri Nov 16 15:09:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 199651 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 9A95F2C0090 for ; Sat, 17 Nov 2012 02:11:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B5F124A173; Fri, 16 Nov 2012 16:10:59 +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 InSZLGHULC-v; Fri, 16 Nov 2012 16:10:59 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7AF6B4A174; Fri, 16 Nov 2012 16:10:46 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B84FF4A135 for ; Fri, 16 Nov 2012 16:10:44 +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 8uriJO8tkZ2h for ; Fri, 16 Nov 2012 16:10:44 +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 495664A13F for ; Fri, 16 Nov 2012 16:10:30 +0100 (CET) Received: by mail-gh0-f177.google.com with SMTP id g22so551539ghb.22 for ; Fri, 16 Nov 2012 07:10:30 -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=1MohGLUCgUKDcn3HmTSjncmNSTjOMGQqoyOH+CTol+M=; b=mYvPB/r+pZ4eAt3UfbrD6BLRVhapKu3Ouewqna7SYal91aneq+dEgRK1kwjQQ97PlS Jz+WRDWaiiDdP9Yntt+yCDlNOHWqXVx7C5xc95yPKWAkQLrjTBjslWBMoVrhpgdpjBnt 7dHB6Ts5N6fsjvTX/D5WqyneEmNyKiaXzqZLbPDNv4pVNOz7Yto9Z89IOoV5jSokSYCA nvhr0WxOhCKmEfBvac+rToMiboTU/fMAzOUU4D8WkA/mwYTKmyVoUz2S3iSKdBnglhyd TVWQByWoo++9feL7mJjQlisOffbyn+mRB7fW4ovWEstZPXeskPPYFFjcPVLzfDhePMFz ZTJA== Received: by 10.236.9.36 with SMTP id 24mr4562818yhs.63.1353078630513; Fri, 16 Nov 2012 07:10:30 -0800 (PST) Received: from localhost.localdomain ([186.207.91.39]) by mx.google.com with ESMTPS id z6sm1695076yhl.8.2012.11.16.07.10.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Nov 2012 07:10:29 -0800 (PST) From: Fabio Estevam To: sbabic@denx.de Date: Fri, 16 Nov 2012 13:09:06 -0200 Message-Id: <1353078550-574-4-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 4/8] mx6qsabre_common: 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 Acked-by: Jason Liu --- include/configs/mx6qsabre_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index 50f3b01..b8621b8 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -76,7 +76,7 @@ #define CONFIG_CMD_BOOTZ #undef CONFIG_CMD_IMLS -#define CONFIG_BOOTDELAY 3 +#define CONFIG_BOOTDELAY 1 #define CONFIG_LOADADDR 0x10800000 #define CONFIG_SYS_TEXT_BASE 0x17800000