Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b11930f authored by Alistair Popple's avatar Alistair Popple Committed by Benjamin Herrenschmidt
Browse files

IBM Currituck: Clean up board specific code before adding Akebono code



The IBM Akebono code uses the same initialisation functions as the
earlier Currituck board. Rather than create a copy of this code for
Akebono we will instead integrate support for it into the same file as
the Currituck code.

This patch just renames the board support file and updates the Makefile.

Signed-off-by: default avatarAlistair Popple <alistair@popple.id.au>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 983d8a6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,4 +10,4 @@ obj-$(CONFIG_XILINX_VIRTEX_5_FXT) += virtex.o
obj-$(CONFIG_XILINX_ML510) += virtex_ml510.o
obj-$(CONFIG_ISS4xx)	+= iss4xx.o
obj-$(CONFIG_CANYONLANDS)+= canyonlands.o
obj-$(CONFIG_CURRITUCK)	+= currituck.o
obj-$(CONFIG_CURRITUCK)	+= ppc476.o
+4 −4
Original line number Diff line number Diff line
/*
 * Currituck board specific routines
 * PowerPC 476FPE board specific routines
 *
 * Copyright © 2011 Tony Breeds IBM Corporation
 *
@@ -36,7 +36,7 @@

#include <linux/pci.h>

static __initdata struct of_device_id ppc47x_of_bus[] = {
static struct of_device_id ppc47x_of_bus[] __initdata = {
	{ .compatible = "ibm,plb4", },
	{ .compatible = "ibm,plb6", },
	{ .compatible = "ibm,opb", },