From patchwork Tue Sep 17 10:45:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Ziswiler X-Patchwork-Id: 275437 X-Patchwork-Delegate: albert.aribaud@free.fr 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 812D72C00D6 for ; Tue, 17 Sep 2013 20:53:44 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D338C4A0AF; Tue, 17 Sep 2013 12:53:25 +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 dQmPZPwk25Jg; Tue, 17 Sep 2013 12:53:25 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0F74D4A106; Tue, 17 Sep 2013 12:53:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D89044A0DB for ; Tue, 17 Sep 2013 12:53:02 +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 q1nducrr2pTr for ; Tue, 17 Sep 2013 12:52:53 +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 mout.perfora.net (mout.perfora.net [74.208.4.195]) by theia.denx.de (Postfix) with ESMTPS id 0FBBB4A0D7 for ; Tue, 17 Sep 2013 12:52:21 +0200 (CEST) Received: from sumo-PORTEGE-R700.toradex.int (46-140-72-82.static.cablecom.ch [46.140.72.82]) by mrelay.perfora.net (node=mrus0) with ESMTP (Nemesis) id 0LfCrI-1VfmDQ1BVI-00opVc; Tue, 17 Sep 2013 06:47:16 -0400 From: Marcel Ziswiler To: u-boot@lists.denx.de Date: Tue, 17 Sep 2013 12:45:14 +0200 Message-Id: <8aecb2c389088c61f8c895d6dde1daa303d45260.1379414181.git.marcel@ziswiler.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: X-Provags-ID: V02:K0:22OchT4/GPasvVJ21ER79UiZZS78JBlnvoNaUHyoSbI +2bHBc+vfvwZ7DHWVi+aRnm6/M1egUjYy4DE7vik06i/bzw+zy D3+by8XYSofWs2IhdBAZ34wQb2SGi/8osWNkS0G4sh1SKqjOXl HkIKXwRBks4H8gT3QxIKmAIbypN0PfBZETOUE89eXcDjJ54D0w 27L1d8RpcaMEYZvi4CFf4X5WuIwv5KD2dgIf1TPSmsz6Aovk1W lB6jO/ErkWifTw8TW0spYJQQWcu3dlJ2XrWEbQ/tiNOikc43EZ r7VVidCDiBVCPjew71wWZ/RuePlRdtnxeNKVxFtUqp45LYXg3c Od9kUl0Hpur5OQEYpbDSgf5l5TccCLHGfkrtofqcAyloQlL8oI vC8+ysUF7V1OcWrY7EACfZJBbil5/Tg0oGDlkMyMGs0Dx9/XQh th2xO9iYT/9eUET/tRdB9bigqpw== Cc: Marcel Ziswiler Subject: [U-Boot] [PATCH 09/10] arm: vf610: fix double iomux configuration for vf610twr board 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 Get rid of double VF610_PAD_DDR_A15__DDR_A_15 iomux configuration. Signed-off-by: Marcel Ziswiler --- board/freescale/vf610twr/vf610twr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/freescale/vf610twr/vf610twr.c b/board/freescale/vf610twr/vf610twr.c index 699ea7f..4ee74c0 100644 --- a/board/freescale/vf610twr/vf610twr.c +++ b/board/freescale/vf610twr/vf610twr.c @@ -31,7 +31,6 @@ void setup_iomux_ddr(void) { static const iomux_v3_cfg_t ddr_pads[] = { VF610_PAD_DDR_A15__DDR_A_15, - VF610_PAD_DDR_A15__DDR_A_15, VF610_PAD_DDR_A14__DDR_A_14, VF610_PAD_DDR_A13__DDR_A_13, VF610_PAD_DDR_A12__DDR_A_12,