diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-01-25 13:40:55 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-03-02 11:05:53 -0600 |
commit | ae246dc6c1937c291014eadd90b6d48c438c7cb0 (patch) | |
tree | 0f694af505d83164ff4af6f0979741d5c3f476ee /MAKEALL | |
parent | 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb (diff) | |
download | u-boot-imx-ae246dc6c1937c291014eadd90b6d48c438c7cb0.zip u-boot-imx-ae246dc6c1937c291014eadd90b6d48c438c7cb0.tar.gz u-boot-imx-ae246dc6c1937c291014eadd90b6d48c438c7cb0.tar.bz2 |
mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -132,7 +132,8 @@ LIST_8260=" \ ######################################################################### LIST_83xx=" \ - TQM834x MPC8349EMDS MPC8349ITX MPC8360EMDS \ + MPC832XEMDS MPC8349EMDS MPC8349ITX MPC8360EMDS \ + sbc8349 TQM834x \ " |