From mboxrd@z Thu Jan 1 00:00:00 1970 From: mporter@linaro.org (Matt Porter) Date: Mon, 28 Apr 2014 13:34:35 -0400 Subject: [PATCH 08/16] ARM: l2c: convert prima2 to generic l2c initialisation In-Reply-To: References: <20140428165631.GM26756@n2100.arm.linux.org.uk> Message-ID: <20140428173435.GE7719@beef> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Apr 28, 2014 at 05:58:27PM +0100, Russell King wrote: > Along with this change, we can delete l2x0.c from prima2. > > Signed-off-by: Russell King > --- > arch/arm/mach-prima2/Makefile | 1 - > arch/arm/mach-prima2/common.c | 6 ++++++ > arch/arm/mach-prima2/l2x0.c | 17 ----------------- > 3 files changed, 6 insertions(+), 18 deletions(-) > delete mode 100644 arch/arm/mach-prima2/l2x0.c I can confirm that this approach fixes the boot failure on bcm281xx and bcm21664 against the previous set of l2c patches in -next. Tested-by: Matt Porter Thanks, Matt