From: Zachary P. Landau Date: Thu, 26 Jan 2006 22:38:46 +0000 (-0500) Subject: Add ColdFire targets to MAKEALL script X-Git-Tag: LABEL_2006_05_19_1133~15^2~6^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8c3b4f310a36e19d00d0f87fb37587abb65621d;p=u-boot Add ColdFire targets to MAKEALL script --- diff --git a/CHANGELOG b/CHANGELOG index fb6278a261..6379cc4585 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Add ColdFire targets to MAKEALL script + Patch by Zachary Landau, 26 Jan 2006 + * Add support for r5200 board Patch by Zachary Landau, 26 Jan 2006 diff --git a/MAKEALL b/MAKEALL index fcbab47cab..dce3611fea 100755 --- a/MAKEALL +++ b/MAKEALL @@ -271,6 +271,12 @@ LIST_nios2="PCI5441 PK1C20" LIST_microblaze="suzaku" +######################################################################### +## ColdFire Systems +######################################################################### + +LIST_coldfire="cobra5272 M5272C3 M5282EVB TASREG r5200" + #----------------------------------------------------------------------- #----- for now, just run PPC by default ----- @@ -298,7 +304,8 @@ do microblaze| \ mips|mips_el| \ nios|nios2| \ - x86|I486) + x86|I486| \ + coldfire) for target in `eval echo '$LIST_'${arg}` do build_target ${target}