diff options
author | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-09 00:35:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-09 00:35:30 +0200 |
commit | 8d4ac794365a7abb1be8e050fd1b467b94a21865 (patch) | |
tree | 7232e6f248dfbd1b7dc6eac76b17054d7dd27014 /MAKEALL | |
parent | 9444b8818f1de25dfa322cbe3a283c758a3d20e3 (diff) | |
download | u-boot-imx-8d4ac794365a7abb1be8e050fd1b467b94a21865.zip u-boot-imx-8d4ac794365a7abb1be8e050fd1b467b94a21865.tar.gz u-boot-imx-8d4ac794365a7abb1be8e050fd1b467b94a21865.tar.bz2 |
Add support for EP82xxM boards
Patch by Aaron Sells, 20 Jun 2006
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -117,12 +117,12 @@ LIST_824x=" \ LIST_8260=" \ atc cogent_mpc8260 CPU86 CPU87 \ - ep8248 ep8260 gw8260 hymod \ - IPHASE4539 ISPAN MPC8260ADS MPC8266ADS \ - MPC8272ADS PM826 PM828 ppmc8260 \ - Rattler8248 RPXsuper rsdproto sacsng \ - sbc8260 SCM TQM8260_AC TQM8260_AD \ - TQM8260_AE ZPC1900 \ + ep8248 ep8260 ep82xxm gw8260 \ + hymod IPHASE4539 ISPAN MPC8260ADS \ + MPC8266ADS MPC8272ADS PM826 PM828 \ + ppmc8260 Rattler8248 RPXsuper rsdproto \ + sacsng sbc8260 SCM TQM8260_AC \ + TQM8260_AD TQM8260_AE ZPC1900 \ " ######################################################################### |