summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@nyx.(none)>2006-02-28 16:39:47 +0100
committerWolfgang Denk <wd@nyx.(none)>2006-02-28 16:39:47 +0100
commit36d2c5387d22f0d1b14b799afca03c554adb216a (patch)
tree1d6df166195e02b2c17ddd8b1c246e050e82629c /Makefile
parentc81eb1f5f5510e4fb11e3a76b4595a270f96e191 (diff)
parent6624b687bc2b747233090e67628df37d1c84ed17 (diff)
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index dabe2d2405..eafbfb604b 100644
--- a/Makefile
+++ b/Makefile
@@ -318,6 +318,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
@@ -383,11 +391,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
#########################################################################