summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2007-06-13 18:22:54 (GMT)
committerWolfgang Denk <wd@denx.de>2007-07-05 01:41:34 (GMT)
commit46175d9764da129bb4fd341cd2554dc7d55f5b2a (patch)
tree05a57d088d046bb55987118ed8d87613b336c085
parent2835e518c969e5124ba1174eef3e8375e12fa7d5 (diff)
downloadu-boot-fsl-qoriq-46175d9764da129bb4fd341cd2554dc7d55f5b2a.tar.xz
Add MPC8568MDS to MAKEALL 85xx target.
It was missing from the original port submission. Signed-off-by: Jon Loeliger <jdl@freescale.com>
-rwxr-xr-xMAKEALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/MAKEALL b/MAKEALL
index f931e1d..a535000 100755
--- 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 \
"
#########################################################################