From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Mon, 06 Jun 2011 17:09:08 +0530 Subject: [U-Boot] [PATCH v3 04/10] armv7: replace CONFIG_L2_OFF with CONFIG_SYS_NO_L2CACHE In-Reply-To: <20110517110909.35C931491B09@gemini.denx.de> References: <1299589658-30896-1-git-send-email-aneesh@ti.com> <1305202276-27784-5-git-send-email-aneesh@ti.com> <20110515185316.2F8B61491B06@gemini.denx.de> <4DD24715.4010105@ti.com> <20110517110909.35C931491B09@gemini.denx.de> Message-ID: <4DECBC5C.10002@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, On Tuesday 17 May 2011 04:39 PM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<4DD24715.4010105@ti.com> you wrote: >> >>> Please fix all these names. >> >> Ok. Including the existing CONFIG_SYS_NO_DCACHE and >> CONFIG_SYS_NO_ICACHE too, right? > > yes, please. Thanks a lot! How about the existing flag CONFIG_SYS_NO_CP15_CACHE I think this flag should be simply removed. I think CONFIG_SYS_ICACHE_OFF and CONFIG_SYS_DCACHE_OFF together can serve all needs. best regards, Aneesh