From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Walle Date: Mon, 19 Dec 2011 00:21:00 +0100 Subject: [U-Boot] [PATCH] arm, arm-kirkwood: disable l2c before linux boot In-Reply-To: <201112190004.18365.marek.vasut@gmail.com> References: <1324246191-1823-1-git-send-email-michael@walle.cc> <201112190004.18365.marek.vasut@gmail.com> Message-ID: <201112190021.01018.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 Am Montag 19 Dezember 2011, 00:04:18 schrieb Marek Vasut: [..snip..] > Please use #define to define the magic value above (1 << 22) and > then use it. > > M The bit was taken from arch/arm/cpu/arm926ejs/kirkwood/cpu.c. Unfortunately there is no documentation publicly available, so i can only guess names. FEROCEON_EXTRA_FEATURE_L2C_EN ? Even the linux kernel has no proper macro names :( -- Michael