]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add MPC8568MDS to MAKEALL 85xx target.
authorJon Loeliger <jdl@jdl.com>
Wed, 13 Jun 2007 18:22:54 +0000 (13:22 -0500)
committerWolfgang Denk <wd@denx.de>
Thu, 5 Jul 2007 01:41:34 +0000 (03:41 +0200)
It was missing from the original port submission.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
MAKEALL

diff --git a/MAKEALL b/MAKEALL
index f931e1dd71e5d21eb4adc5e17899a336bdf49c6b..a53500053e9acc12db36f28c091adbeae12db367 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -144,10 +144,10 @@ LIST_83xx="       \
 
 LIST_85xx="    \
        MPC8540ADS      MPC8540EVAL     MPC8541CDS      MPC8544DS       \
-       MPC8548CDS      MPC8555CDS      MPC8560ADS      PM854           \
-       PM856           sbc8540         sbc8560         stxgp3          \
-       stxssa          TQM8540         TQM8541         TQM8555         \
-       TQM8560                                                         \
+       MPC8548CDS      MPC8555CDS      MPC8560ADS      MPC8568MDS      \
+       PM854           PM856           sbc8540         sbc8560         \
+       stxgp3          stxssa          TQM8540         TQM8541         \
+       TQM8555         TQM8560                                         \
 "
 
 #########################################################################