From patchwork Sat Feb 1 14:29:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giulio Benetti X-Patchwork-Id: 1232248 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=aruba.it header.i=@aruba.it header.a=rsa-sha256 header.s=a1 header.b=nAQHojQ9; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 488xM26PT1z9sRY for ; Sun, 2 Feb 2020 01:30:03 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B938281766; Sat, 1 Feb 2020 15:29:51 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=aruba.it header.i=@aruba.it header.b="nAQHojQ9"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9754581780; Sat, 1 Feb 2020 15:29:50 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from smtpcmd02101.aruba.it (smtpcmd02101.aruba.it [62.149.158.101]) by phobos.denx.de (Postfix) with ESMTP id 71B26801A0 for ; Sat, 1 Feb 2020 15:29:47 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=giulio.benetti@benettiengineering.com Received: from ubuntu.localdomain ([146.241.70.103]) by smtpcmd02.ad.aruba.it with bizsmtp id xSVm210052DhmGq01SVmB7; Sat, 01 Feb 2020 15:29:46 +0100 From: Giulio Benetti To: u-boot@lists.denx.de Subject: [PATCH] configs: imxrt1050-evk: enable D/I cache Date: Sat, 1 Feb 2020 15:29:45 +0100 Message-Id: <20200201142945.57613-1-giulio.benetti@benettiengineering.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aruba.it; s=a1; t=1580567386; bh=HtjLUZ/7cbeDC/E9zNfWX7km0w2tFa8Ir91BeiVP+8w=; h=From:To:Subject:Date:MIME-Version; b=nAQHojQ9M4jPXZhS5vcNwdd4Xdmqo0/BTVhhY3pbTjj7cRGLZg/FedeffH0x1qh7r JJsiEJsNT4C5xL+UuEDUEQKd7XWZcdspgat5JJ1cz3v8phNF8KZoynPv7DFQgul84u uqmW9QPARlNbkdu/S+B043U6wpOC8/jn/vuAdmLS6PZyy98ENtR0N+ZDxx2mh1mWwX QDqK1ADbztvCwXlttlELe2uYpoen5r/B7OG2cOEDYDBhK9+UUrpIMSvvNh39tKFcnX 8l8ePInguzKvlGQJYAOweZO7QV3TZcuhGuVNKXsETCVt84RQrr4Zr6WZC9oBqOcK38 h1x0owZXZzkzA== X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.26 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.101.4 at phobos.denx.de X-Virus-Status: Clean Soc supports cache so let's enable it. Signed-off-by: Giulio Benetti --- configs/imxrt1050-evk_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/imxrt1050-evk_defconfig b/configs/imxrt1050-evk_defconfig index 102e663886..71970552c0 100644 --- a/configs/imxrt1050-evk_defconfig +++ b/configs/imxrt1050-evk_defconfig @@ -1,6 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_ICACHE_OFF=y -CONFIG_SYS_DCACHE_OFF=y CONFIG_ARCH_IMXRT=y CONFIG_SYS_TEXT_BASE=0x80002000 CONFIG_SPL_GPIO_SUPPORT=y