From 075866d840e16c9848f4b2ff1b02ec855c112903 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Mon, 20 Feb 2006 17:34:12 +0100 Subject: [Patch] Add basic support for the SMMACO4 Board from PanDaCom. Signed-off-by: Heiko Schocher --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9305cab..7e71f91 100644 --- a/Makefile +++ b/Makefile @@ -366,6 +366,9 @@ MiniFAP_config: unconfig } @./mkconfig -a TQM5200 ppc mpc5xxx tqm5200 +SMMACO4_config: unconfig + @./mkconfig -a SMMACO4 ppc mpc5xxx tqm5200 + spieval_config: unconfig echo "#define CONFIG_CS_AUTOCONF">>include/config.h echo "... with automatic CS configuration" -- cgit v1.1 From 6624b687bc2b747233090e67628df37d1c84ed17 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Wed, 22 Feb 2006 10:25:39 +0100 Subject: Rename SMMACO4 board into smmaco4 for consistency with Linux. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cce475c..8349176 100644 --- a/Makefile +++ b/Makefile @@ -315,8 +315,8 @@ PM520_ROMBOOT_DDR_config: unconfig } @./mkconfig -a PM520 ppc mpc5xxx pm520 -SMMACO4_config: unconfig - @./mkconfig -a SMMACO4 ppc mpc5xxx tqm5200 +smmaco4_config: unconfig + @./mkconfig -a smmaco4 ppc mpc5xxx tqm5200 spieval_config: unconfig echo "#define CONFIG_CS_AUTOCONF">>include/config.h -- cgit v1.1