summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2006-02-22 01:59:13 +0100
committerWolfgang Denk <wd@pollux.(none)>2006-02-22 01:59:13 +0100
commit9cdc838613aa35617004486f2f2872be6b20b786 (patch)
treeb756bdb5013a684c5589dbd8a606bb91b0cd873e /Makefile
parent881a87ecbab328656eb3e9d25c3ed6868587b197 (diff)
parent075866d840e16c9848f4b2ff1b02ec855c112903 (diff)
Merge with /home/hs/PanDacom/u-boot-dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 08a8e46708..cce475c25f 100644
--- a/Makefile
+++ b/Makefile
@@ -315,6 +315,14 @@ PM520_ROMBOOT_DDR_config: unconfig
}
@./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 @@ MiniFAP_config: unconfig
}
@./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
#########################################################################