diff options
author | wdenk <wdenk> | 2005-06-27 13:30:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-06-27 13:30:03 +0000 |
commit | 342717f72a2f92a14b9c823546e5bcec244f8bf4 (patch) | |
tree | d2aee74d8f384b6d85d4ce88c35df1303ffb927c /MAKEALL | |
parent | 024447b186cca55c2d803ab96b4c8f8674363b86 (diff) |
* Fix baudrate calculation problem on MPC5200 systems
* Add MPC8220 boards to MAKEALL script
* Add EEPROM and RTC support for HMI1001 board
* Patch by Detlev Zundel, 20 Jun 2005:
Fix initialization of low active GPIO pins on inka4x0 board
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -129,11 +129,11 @@ LIST_7xx=" \ BAB7xx CPCI750 ELPPC \ " -LIST_ppc="${LIST_5xx} ${LIST_5xxx} \ - ${LIST_8xx} \ - ${LIST_824x} ${LIST_8260} \ - ${LIST_85xx} \ - ${LIST_4xx} \ +LIST_ppc="${LIST_5xx} ${LIST_5xxx} \ + ${LIST_8xx} \ + ${LIST_8220} ${LIST_824x} ${LIST_8260} \ + ${LIST_85xx} \ + ${LIST_4xx} \ ${LIST_74xx} ${LIST_7xx}" ######################################################################### |