From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Wed, 04 Jul 2012 00:13:21 +0400 Subject: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled In-Reply-To: <201206302128.19828.marex@denx.de> References: <1340209283-3404-1-git-send-email-trini@ti.com> <201206290255.00088.marex@denx.de> <4FEF2176.3010301@emcraft.com> <201206302128.19828.marex@denx.de> Message-ID: <4FF35261.6070309@emcraft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek, 30.06.2012 23:28, Marek Vasut wrote: >> Not exactly. It never worked (at least on my systems) with D-Cache >> enabled. But at least we had a choice of run-time disabled dcache. With >> the recent changes we have to disable cache support at compile time. > I see what you're after. But do you consider runtime disabling the cache is the > way to go or it's a way of hiding bugs? Both ;) And now we are going to hide even more bugs with compile-time disabling :( Regards, Ilya.