diff options
author | wdenk <wdenk> | 2003-03-31 16:34:49 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-03-31 16:34:49 +0000 |
commit | 85ec0bcc1bc40a67368461fee0435d79305168b1 (patch) | |
tree | 084062015af4a61080c48c1796dcffbc90ab02f1 /MAKEALL | |
parent | 506f044131515a80c7c8479a84df028be880b34e (diff) | |
download | u-boot-imx-85ec0bcc1bc40a67368461fee0435d79305168b1.zip u-boot-imx-85ec0bcc1bc40a67368461fee0435d79305168b1.tar.gz u-boot-imx-85ec0bcc1bc40a67368461fee0435d79305168b1.tar.bz2 |
* Patch by Arun Dharankar, 24 Mar 2003:
- add threads / scheduler example code
* Add patches by Robert Schwebel, 31 Mar 2003:
- add ctrl-c support for kermit download
- align bdinfo output on ARM
* Add CPU ID, version, and clock speed for INCA-IP
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,7 +84,7 @@ LIST_ppc="${LIST_8xx} ${LIST_824x} ${LIST_8260} \ ## StrongARM Systems ######################################################################### -LIST_SA="at91rm9200dk dnp1110 lart shannon" +LIST_SA="dnp1110 lart shannon" ######################################################################### ## ARM7 Systems @@ -96,7 +96,7 @@ LIST_ARM7="ep7312 impa7" ## ARM9 Systems ######################################################################### -LIST_ARM9="smdk2400 smdk2410 trab VCMA9" +LIST_ARM9="at91rm9200dk smdk2400 smdk2410 trab VCMA9" ######################################################################### ## Xscale Systems |