From patchwork Fri Jan 3 09:42:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 3430761 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 60A969F2E9 for ; Fri, 3 Jan 2014 09:43:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 92E2020138 for ; Fri, 3 Jan 2014 09:42:55 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8E13A20134 for ; Fri, 3 Jan 2014 09:42:54 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vz1HA-00008z-OG; Fri, 03 Jan 2014 09:42:44 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vz1H8-0002a3-E4; Fri, 03 Jan 2014 09:42:42 +0000 Received: from mail-ea0-f174.google.com ([209.85.215.174]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vz1H5-0002ZM-4j for linux-arm-kernel@lists.infradead.org; Fri, 03 Jan 2014 09:42:40 +0000 Received: by mail-ea0-f174.google.com with SMTP id b10so6616767eae.19 for ; Fri, 03 Jan 2014 01:42:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:subject:date:message-id :content-type; bh=QVJNMzzg7Hfn08bMdsXOI9hEd9syZ9u9yyt4rOThVic=; b=g+h9SMDHfw9gryIvB3Cn1W6vofXOxBfaANepAzOZMi5rUVItPlEiaj0LTJ3QEZqd1H P+IORK+gAJlsENnRzPgtLqbs8H54tATZQxnoi7aSLWF/qViUkDA51hvypIb3I+THZoOh 6ZOxeQWuWsWFY6iNU/HsLAxeVuPR07aOu9bmMr9WaEETRWyexNSl62PUZNPVwDGOc7qs QjoZGdzzU1Pcp9kTBwVI4lQl/Y0ERwdglMipTklaU8bJVJ6gAwb2hULTKBBkrewfW1MA 9cryh7WipYN+mi+PFa8PImNknGxOuJpOEoRy6CMOlXPLKPNBW+4a/EKLM95AlYKlsaXN fBvA== X-Gm-Message-State: ALoCoQmNXBDZ37sDc/C2peoYkHjKCRuG6cubW64WPJlyFNRtY818TVCriV005zXTxGT+/HEliEcp X-Received: by 10.14.179.130 with SMTP id h2mr20548562eem.34.1388742132454; Fri, 03 Jan 2014 01:42:12 -0800 (PST) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id h48sm143425053eev.3.2014.01.03.01.42.10 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Fri, 03 Jan 2014 01:42:10 -0800 (PST) From: Michal Simek To: linux-arm-kernel@lists.infradead.org, u-boot@lists.denx.de, Albert Aribaud Subject: [PATCH 1/2] zynq: Do not explicitely enable icache Date: Fri, 3 Jan 2014 10:42:08 +0100 Message-Id: <521bc636ed31ff2958f8c95417b09036a523782c.1388742126.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.8.2.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140103_044239_327336_2C8D99D4 X-CRM114-Status: GOOD ( 10.98 ) X-Spam-Score: -1.9 (-) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP icache is already enabled by default. Signed-off-by: Michal Simek --- board/xilinx/zynq/board.c | 2 -- 1 file changed, 2 deletions(-) -- 1.8.2.3 diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c index 5119c09..7c1632f 100644 --- a/board/xilinx/zynq/board.c +++ b/board/xilinx/zynq/board.c @@ -49,8 +49,6 @@ int board_init(void) } #endif - icache_enable(); - #ifdef CONFIG_FPGA fpga_init(); fpga_add(fpga_xilinx, &fpga);