diff options
author | wdenk <wdenk> | 2004-06-06 21:35:06 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-06 21:35:06 +0000 |
commit | 1114257c9df3fa3db39ff55dd03d1f7cbc5c0603 (patch) | |
tree | 7d62ed142cf3c00aea35e518ed28dc9f5c6887fd /Makefile | |
parent | d7a04603ae9c85d496b3991f29dbb8ea339ace49 (diff) | |
download | u-boot-imx-1114257c9df3fa3db39ff55dd03d1f7cbc5c0603.zip u-boot-imx-1114257c9df3fa3db39ff55dd03d1f7cbc5c0603.tar.gz u-boot-imx-1114257c9df3fa3db39ff55dd03d1f7cbc5c0603.tar.bz2 |
Patch by Yuli Barcohen, 19 Apr 2004:
- Rename DUET_ADS to MPC885ADS
- Rename CONFIG_DUET to CONFIG_MPC885_FAMILY
- Rename CONFIG_866_et_al to CONFIG_MPC866_FAMILY
- Clean up FADS family port to use the new defines
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -266,10 +266,10 @@ AdderII_config: unconfig @./mkconfig $(@:_config=) ppc mpc8xx adderII ADS860_config \ -DUET_ADS_config \ FADS823_config \ FADS850SAR_config \ MPC86xADS_config \ +MPC885ADS_config \ FADS860T_config: unconfig @./mkconfig $(@:_config=) ppc mpc8xx fads |