diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-09 11:46:55 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-09 11:46:55 (GMT) |
commit | 1cfefe8cb6e1bb43f6509c0aee254e2908d42f21 (patch) | |
tree | eba45129d65b83452d281514802f3895aa4f283e /MAKEALL | |
parent | 67a94685225b289fb3344cf00fefa91fd93f24ae (diff) | |
parent | 78b123cd69d485887f33ebd33ba1f9b27f8e6916 (diff) | |
download | u-boot-1cfefe8cb6e1bb43f6509c0aee254e2908d42f21.tar.xz |
Merge with /home/m8/git/u-boot
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -273,6 +273,12 @@ LIST_nios2="PCI5441 PK1C20" LIST_microblaze="suzaku" +######################################################################### +## ColdFire Systems +######################################################################### + +LIST_coldfire="cobra5272 M5272C3 M5282EVB TASREG r5200 M5271EVB" + #----------------------------------------------------------------------- #----- for now, just run PPC by default ----- @@ -300,7 +306,8 @@ do microblaze| \ mips|mips_el| \ nios|nios2| \ - x86|I486) + x86|I486| \ + coldfire) for target in `eval echo '$LIST_'${arg}` do build_target ${target} |