Merge with /home/hs/PanDacom/u-boot-dev
diff --git a/Makefile b/Makefile
index 08a8e46..cce475c 100644
--- a/Makefile
+++ b/Makefile
@@ -315,6 +315,14 @@
 		}
 	@./mkconfig -a PM520 ppc mpc5xxx pm520
 
+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"
+	@./mkconfig -a spieval ppc mpc5xxx tqm5200
+
 MINI5200_config	\
 EVAL5200_config	\
 TOP5200_config:	unconfig
@@ -380,11 +388,6 @@
 		}
 	@./mkconfig -a TQM5200 ppc mpc5xxx tqm5200
 
-spieval_config:	unconfig
-	echo "#define CONFIG_CS_AUTOCONF">>include/config.h
-	echo "... with automatic CS configuration"
-	@./mkconfig -a spieval ppc mpc5xxx tqm5200
-
 #########################################################################
 ## MPC8xx Systems
 #########################################################################