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/asm-ppc/8xx_immap.h | |
parent | d7a04603ae9c85d496b3991f29dbb8ea339ace49 (diff) |
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/asm-ppc/8xx_immap.h')
-rw-r--r-- | include/asm-ppc/8xx_immap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/8xx_immap.h b/include/asm-ppc/8xx_immap.h index 2288115a67a..40679cb2b06 100644 --- a/include/asm-ppc/8xx_immap.h +++ b/include/asm-ppc/8xx_immap.h @@ -475,7 +475,7 @@ typedef struct comm_proc { #define lcd_cmap fl_un.fl_un_cmap char res18[0xE00]; - /* The DUET family has a second FEC here */ + /* The MPC885 family has a second FEC here */ fec_t cp_fec2; #define cp_fec1 cp_fec /* consistency macro */ |