From fdf48169087cfd3dd29d84f5e59efaef7255b8f3 Mon Sep 17 00:00:00 2001 From: Renaud Barbier Date: Thu, 17 May 2012 17:49:51 +0100 Subject: Minimal P2020RDB platform support and configuration file This is limited board support for the Freescale P2020RDB in single CPU mode. The DDR is configured for a memory bus running at 667Mhz. The system boots from NOR flash and provides the console at 115200 bauds, no other drivers are included. Finally, the PPC Kconfig and make file make the building of the P2020RDB platform firmware possible. Signed-off-by: Renaud Barbier Signed-off-by: Sascha Hauer --- arch/ppc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/ppc/Makefile') diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile index 67eb667997..f0322a26b4 100644 --- a/arch/ppc/Makefile +++ b/arch/ppc/Makefile @@ -12,6 +12,7 @@ CPPFLAGS += -Wa,-me500x2 -msoft-float -mno-string endif board-$(CONFIG_MACH_PHYCORE_MPC5200B_TINY) := pcm030 +board-$(CONFIG_P2020RDB) := freescale-p2020rdb machine-$(CONFIG_ARCH_MPC5200) := mpc5xxx machine-$(CONFIG_ARCH_MPC85XX) := mpc85xx -- cgit v1.2.3