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 /include/commproc.h | |
| parent | d7a04603ae9c85d496b3991f29dbb8ea339ace49 (diff) | |
| download | olio-uboot-2014.01-1114257c9df3fa3db39ff55dd03d1f7cbc5c0603.tar.xz olio-uboot-2014.01-1114257c9df3fa3db39ff55dd03d1f7cbc5c0603.zip | |
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 'include/commproc.h')
| -rw-r--r-- | include/commproc.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/commproc.h b/include/commproc.h index 9facd771c..f87620ebf 100644 --- a/include/commproc.h +++ b/include/commproc.h @@ -743,7 +743,8 @@ typedef struct scc_enet {  #endif	/* CONFIG_SCC1_ETHERNET */  /* - * This ENET stuff is for the MPC860TFADS/MPC86xADS/DUET with ethernet on FEC. + * This ENET stuff is for the MPC860TFADS/MPC86xADS/MPC885ADS + * with ethernet on FEC.   */  #ifdef CONFIG_FEC_ENET |