From 8105fa88593c87f8aba0e7e829d7dc0ee94fe2cf Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 3 Sep 2008 20:58:22 -0400 Subject: powerpc/40x: Add PowerPC 40x simple platform support This adds a common board file for almost all of the "simple" PowerPC 40x boards that exist today. This is intended to be a single place to add support for boards that do not differ in platform support from most of the evaluation boards that are used as reference platforms. Boards that have specific requirements or custom hardware setup should still have their own board.c file. The first board ported to this is the AMCC PowerPC 405EZ Acadia board. Signed-off-by: Josh Boyer --- arch/powerpc/platforms/40x/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/powerpc/platforms/40x/Makefile') diff --git a/arch/powerpc/platforms/40x/Makefile b/arch/powerpc/platforms/40x/Makefile index 5533a5c8ce4..1d93273a1db 100644 --- a/arch/powerpc/platforms/40x/Makefile +++ b/arch/powerpc/platforms/40x/Makefile @@ -3,3 +3,4 @@ obj-$(CONFIG_MAKALU) += makalu.o obj-$(CONFIG_WALNUT) += walnut.o obj-$(CONFIG_XILINX_VIRTEX_GENERIC_BOARD) += virtex.o obj-$(CONFIG_EP405) += ep405.o +obj-$(CONFIG_PPC40x_SIMPLE) += ppc40x_simple.o -- cgit v1.2.3