From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Walle Date: Fri, 13 Jan 2012 23:59:08 +0100 Subject: [U-Boot] [PATCH v2] arm, arm-kirkwood: disable l2c before linux boot In-Reply-To: <1326495203-12221-1-git-send-email-michael@walle.cc> References: <201112190004.18365.marek.vasut@gmail.com> <1326495203-12221-1-git-send-email-michael@walle.cc> Message-ID: <201201132359.08417.michael@walle.cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de [Sorry can't answer to the original message, because it was blocked by spam filter] > Also, I'm missing something: you introduce two functions, for enabling > and disabling the cache, yet the code uses only the one for disabling. > So what enabled it in the first place? The L2C is enabled in arch_misc_init() in arch/arm/cpu/arm926ejs/kirkwood/cpu.c My enable function is just for completeness atm. -- Michael