summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-28 00:09:35 +0000
committerwdenk <wdenk>2004-10-28 00:09:35 +0000
commit983fda8391fa0ccfd4e0fd0bfb5a5e662e07b222 (patch)
treeb39fd35e9f0bf906338bfce8f83eb7c8ff850428 /MAKEALL
parente3c9b9f9287a17c2a20d9b1b77747bd209e8408b (diff)
downloadblackbird-obmc-uboot-983fda8391fa0ccfd4e0fd0bfb5a5e662e07b222.tar.gz
blackbird-obmc-uboot-983fda8391fa0ccfd4e0fd0bfb5a5e662e07b222.zip
Patch by TsiChung Liew, 23 Sep 2004:
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards
Diffstat (limited to 'MAKEALL')
-rw-r--r--MAKEALL10
1 files changed, 9 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index ed9b9de1fe..e070b0d0ee 100644
--- a/MAKEALL
+++ b/MAKEALL
@@ -72,6 +72,14 @@ LIST_4xx=" \
"
#########################################################################
+## MPC8220 Systems
+#########################################################################
+
+LIST_8220=" \
+ Alaska8220 Yukon8220 \
+"
+
+#########################################################################
## MPC824x Systems
#########################################################################
@@ -228,7 +236,7 @@ build_target() {
for arg in $@
do
case "$arg" in
- ppc|5xx|5xxx|8xx|824x|8260|85xx|4xx|7xx|74xx| \
+ ppc|5xx|5xxx|8xx|8220|824x|8260|85xx|4xx|7xx|74xx| \
arm|SA|ARM7|ARM9|pxa|ixp| \
microblaze| \
mips| \
OpenPOWER on IntegriCloud