From patchwork Sun Mar 17 18:07:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 1057544 X-Patchwork-Delegate: sr@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=walle.cc header.i=@walle.cc header.b="M0naxIyt"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44MnNr3l7Sz9s4Y for ; Mon, 18 Mar 2019 05:08:11 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id BA3B4C21DE8; Sun, 17 Mar 2019 18:08:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 0F99CC21C38; Sun, 17 Mar 2019 18:08:06 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id B4F18C21BE5; Sun, 17 Mar 2019 18:08:04 +0000 (UTC) Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) by lists.denx.de (Postfix) with ESMTPS id E160AC21C38 for ; Sun, 17 Mar 2019 18:08:02 +0000 (UTC) Received: from apollo.fritz.box (unknown [IPv6:2a02:810c:c200:2e91:6257:18ff:fec4:ca34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 69F23227FF; Sun, 17 Mar 2019 19:08:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1552846082; bh=gAPDVIYkrnDarHfmWh1mY0cEyQ84cD/djiJmcSwOyek=; h=From:To:Cc:Subject:Date:From; b=M0naxIytXJXMEE93dzJJPZPMz/4MOAHLO2umcJbQ1jtd3NvwVSRL1zXbSnIAZI5pp uo8TuTpxzF/4Y4cnKQXPgbTE2Pvm+DjF0JSRODKm3hmASLFcHSCR2eaI04udxb2hO3 x6c0Ye3at11tXqFUlzEuWDbmSshbJ9Hwe5UGZggI= From: Michael Walle To: u-boot@lists.denx.de Date: Sun, 17 Mar 2019 19:07:42 +0100 Message-Id: <20190317180742.17784-1-michael@walle.cc> X-Mailer: git-send-email 2.11.0 X-Virus-Scanned: clamav-milter 0.100.2 at web X-Virus-Status: Clean Cc: Stefan Roese , Prafulla Wadaskar Subject: [U-Boot] [PATCH] arm: kirkwood: lsxl: disable dcache X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Both the network as well as the USB driver are not working with the data cache enabled. Signed-off-by: Michael Walle Reviewed-by: Chris Packham --- include/configs/lsxl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index 9d4be18413..728263910e 100644 --- a/include/configs/lsxl.h +++ b/include/configs/lsxl.h @@ -32,6 +32,7 @@ #define CONFIG_SHOW_BOOT_PROGRESS #define CONFIG_KIRKWOOD_GPIO +#define CONFIG_SYS_DCACHE_OFF /* * Commands configuration