diff options
author | wdenk <wdenk> | 2003-06-20 22:36:30 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-20 22:36:30 +0000 |
commit | 0332990b8508cea232b2f2ae47283cf395c7ee62 (patch) | |
tree | 93e70cf9c11c0cffdb425d13cd30fae45a954eea /MAKEALL | |
parent | 0b97ab144f3ec4e3ae13e8c13e7296b2f89481a8 (diff) |
* Patch by Devin Crumb, 02 Apr 2003:
Fix clock divider rounding problem in drivers/serial.c
* Patch by Ken Chou, 19 June 2003:
Added support for A3000 SBC board (Artis Microsystems Inc.)
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -58,11 +58,11 @@ LIST_4xx=" \ ######################################################################### LIST_824x=" \ - BMW CPC45 CU824 MOUSSE \ - MUSENKI OXC PN62 Sandpoint8240 \ - Sandpoint8245 utx8245 \ + A3000 BMW CPC45 CU824 \ + MOUSSE MUSENKI OXC PN62 \ + Sandpoint8240 Sandpoint8245 utx8245 \ " - +x ######################################################################### ## MPC8260 Systems (includes 8250, 8255 etc.) ######################################################################### |