From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajay Bhargav Date: Thu, 25 Aug 2011 10:45:17 +0530 (IST) Subject: [U-Boot] [PATCH v2 2/3] Armada100: Enable Ethernet support for GplugD In-Reply-To: <201108241827.50686.marek.vasut@gmail.com> Message-ID: <640793435.491.1314249317555.JavaMail.root@ahm.einfochips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de ----- "Marek Vasut" wrote: [...] > > +/* Disable DCACHE */ > > +#define CONFIG_SYS_DCACHE_OFF > > ARMADA100 is still ARMv5? Then maybe you can try Hong Xu's patches for > dcache on > armv5. You'll have to modify the ethernet driver to be aware of the > dcache then > though. > > As dcache support is on the way, it might be worth it. > Yes ARMADA100 is ARMv5. I had problems with dcache enabled, driver get stuck. Can you please link me to Hong Xu's patches? Is there a problem if i keep it disabled? Thanks, Ajay Bhargav