diff options
author | Wolfgang Denk <wd@nyx.(none)> | 2006-02-28 16:39:47 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@nyx.(none)> | 2006-02-28 16:39:47 +0100 |
commit | 36d2c5387d22f0d1b14b799afca03c554adb216a (patch) | |
tree | 1d6df166195e02b2c17ddd8b1c246e050e82629c /Makefile | |
parent | c81eb1f5f5510e4fb11e3a76b4595a270f96e191 (diff) | |
parent | 6624b687bc2b747233090e67628df37d1c84ed17 (diff) | |
download | u-boot-midas-36d2c5387d22f0d1b14b799afca03c554adb216a.tar.gz u-boot-midas-36d2c5387d22f0d1b14b799afca03c554adb216a.tar.bz2 u-boot-midas-36d2c5387d22f0d1b14b799afca03c554adb216a.zip |
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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 ######################################################################### |