diff options
author | Wolfgang Denk <wd@denx.de> | 2007-03-22 00:00:03 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-03-22 00:00:03 +0100 |
commit | a17824c749aac3df0bbb528bb5d33af68296b0b1 (patch) | |
tree | 399efb15b55d6992279eef98fa6878852d403352 /MAKEALL | |
parent | 2a8dfe08359a1b663418b2faa1da1d7bce34d302 (diff) | |
parent | b2777c087b5a564e9209988873da4ec749f85aad (diff) | |
download | u-boot-a17824c749aac3df0bbb528bb5d33af68296b0b1.tar.gz u-boot-a17824c749aac3df0bbb528bb5d33af68296b0b1.tar.xz u-boot-a17824c749aac3df0bbb528bb5d33af68296b0b1.zip |
Merge with /home/wd/git/u-boot/custodian/u-boot-blackfin
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -312,6 +312,14 @@ LIST_coldfire=" \ LIST_avr32="atstk1002" +######################################################################### +## Blackfin Systems +######################################################################### + +LIST_blackfin=" \ + bf533-ezkit bf533-stamp bf537-stamp bf561-ezkit \ +" + #----------------------------------------------------------------------- #----- for now, just run PPC by default ----- @@ -345,6 +353,7 @@ do nios|nios2| \ x86|I486| \ coldfire| \ + blackfin| \ avr32) for target in `eval echo '$LIST_'${arg}` do |