diff options
author | wdenk <wdenk> | 2005-04-03 23:11:38 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-03 23:11:38 +0000 |
commit | 8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c (patch) | |
tree | c70489e8bea07c692eae7ee5a7cf7d7b6eaf09f5 /MAKEALL | |
parent | 384cc687445b34241fcc8b31bbb7aa9fc252dd90 (diff) |
* Patch by Yuli Barcohen, 08 Nov 2004:
Add support for Analogue & Micro Rattler boards.
Tested on Rattler8248.
* Patch by Andre Renaud, 08 Nov 2004:
Fix watchdog support in common/lcd.c
* Patch by Marc Leeman, 05 Nov 2003:
Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU
bug only affects the XPC8245 processors
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -98,11 +98,12 @@ LIST_824x=" \ LIST_8260=" \ atc cogent_mpc8260 CPU86 CPU87 \ - ep8260 gw8260 hymod IPHASE4539 + ep8260 gw8260 hymod IPHASE4539 \ ISPAN MPC8260ADS MPC8266ADS MPC8272ADS \ - PM826 PM828 ppmc8260 RPXsuper \ - rsdproto sacsng sbc8260 SCM \ - TQM8260_AC TQM8260_AD TQM8260_AE ZPC1900 \ + PM826 PM828 ppmc8260 Rattler8248 \ + RPXsuper rsdproto sacsng sbc8260 \ + SCM TQM8260_AC TQM8260_AD TQM8260_AE \ + ZPC1900 \ " ######################################################################### |