diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-12 00:22:49 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-12 00:22:49 +0200 |
commit | dafba16e6fc1837381c8e74c4891ad6965cf54ab (patch) | |
tree | aada3eb0493d66feda509795bf1e0e4264d78a7d /Makefile | |
parent | 8f79e4c2da54cea11bb576870059fc1ba8847ccb (diff) | |
parent | 84286386a891633aae770bff24189c16a2546ed0 (diff) |
Merge with /home/wd/git/u-boot/masterLABEL_2005_08_12_0050
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -231,6 +231,9 @@ PATI_config: unconfig ## MPC5xxx Systems ######################################################################### +aev_config: unconfig + @./mkconfig -a aev ppc mpc5xxx tqm5200 + hmi1001_config: unconfig @./mkconfig hmi1001 ppc mpc5xxx hmi1001 @@ -359,9 +362,6 @@ spieval_config: unconfig echo "... with automatic CS configuration" @./mkconfig -a spieval ppc mpc5xxx tqm5200 -aev_config: unconfig - @./mkconfig -a aev ppc mpc5xxx tqm5200 - ######################################################################### ## MPC8xx Systems ######################################################################### |