From patchwork Sat May 12 18:16:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 158765 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 56BE2B7028 for ; Sun, 13 May 2012 04:17:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5BDDE281A2; Sat, 12 May 2012 20:17:05 +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 5ssFG+-BPM+M; Sat, 12 May 2012 20:17:05 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2C49128150; Sat, 12 May 2012 20:17:03 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 46DF928150 for ; Sat, 12 May 2012 20:17: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 26zRSaLN-j7z for ; Sat, 12 May 2012 20:16:59 +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 mail-gg0-f172.google.com (mail-gg0-f172.google.com [209.85.161.172]) by theia.denx.de (Postfix) with ESMTPS id 0DA70280F0 for ; Sat, 12 May 2012 20:16:57 +0200 (CEST) Received: by ggnc4 with SMTP id c4so521571ggn.3 for ; Sat, 12 May 2012 11:16:56 -0700 (PDT) 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=E9IWZVnsw9cFsZCfRF7EQutGvzm1crenblXgKtHB4Yc=; b=XoA7KX3ipJtbuGcx2Ik6zUTm7+TpZfOfvvY27ZdSklDkPAvpS3WZKV+/gkmnUlAUdo veUwGzi+RJLlS4BwdIA6MjsS15IYx/CURO6IdTr4jUhHDGM3glX8ipbL4z43H5S5pHRZ rgcNokEGFl3x15/g2sLDa6FoNS1ehg2F/Xzw1ucNh3lk5fRMfuzA8WqWiNErZu4sFv+Z lt8z20X5q7ML9qRg/ksdqKBe5Bz4leigMIvPCasbbCZNHWwmsG9pQzHru9IGqxomSftn oTx7iUpCLkUhvWYAJWjkEklgpctsTVI661rwSf/BJ+nGDrPHmM4s18z8uFuOnPtI2VVu 2DOA== Received: by 10.101.165.23 with SMTP id s23mr744977ano.51.1336846615989; Sat, 12 May 2012 11:16:55 -0700 (PDT) Received: from localhost.localdomain ([189.101.178.179]) by mx.google.com with ESMTPS id g44sm59507922yhh.20.2012.05.12.11.16.53 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 12 May 2012 11:16:55 -0700 (PDT) From: Fabio Estevam To: u-boot@lists.denx.de Date: Sat, 12 May 2012 15:16:46 -0300 Message-Id: <1336846606-27596-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 Cc: marex@denx.de, Fabio Estevam Subject: [U-Boot] [PATCH] mx28evk: Fix PSWITCH key position 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 Fix the position for PSWITCH key. The good benefit of doing this is that boot time is greatly reduced: from 5 seconds to less then 1 second. Signed-off-by: Fabio Estevam Acked-by: Marek Vasut --- doc/README.mx28evk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/README.mx28evk b/doc/README.mx28evk index c6c3d37..571dfda 100644 --- a/doc/README.mx28evk +++ b/doc/README.mx28evk @@ -17,7 +17,7 @@ Jumper configuration To boot MX28EVK from an SD card, set the boot mode DIP switches as: * Boot Mode Select: 1 0 0 1 (Boot from SD card Slot 0 - U42) - * JTAG PSWITCH RESET: To the left (reset enabled) + * JTAG PSWITCH RESET: To the right (reset disabled) * Battery Source: Down * Wall 5V: Up * VDD 5V: To the left (off)