diff options
author | Jon Loeliger <jdl@jdl.com> | 2007-06-13 13:22:54 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-05 03:41:34 +0200 |
commit | 46175d9764da129bb4fd341cd2554dc7d55f5b2a (patch) | |
tree | 05a57d088d046bb55987118ed8d87613b336c085 /MAKEALL | |
parent | 2835e518c969e5124ba1174eef3e8375e12fa7d5 (diff) | |
download | u-boot-46175d9764da129bb4fd341cd2554dc7d55f5b2a.zip u-boot-46175d9764da129bb4fd341cd2554dc7d55f5b2a.tar.gz u-boot-46175d9764da129bb4fd341cd2554dc7d55f5b2a.tar.bz2 |
Add MPC8568MDS to MAKEALL 85xx target.
It was missing from the original port submission.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 \ " ######################################################################### |