diff options
author | wdenk | 2004-10-28 00:09:35 +0000 |
---|---|---|
committer | wdenk | 2004-10-28 00:09:35 +0000 |
commit | 983fda8391fa0ccfd4e0fd0bfb5a5e662e07b222 (patch) | |
tree | b39fd35e9f0bf906338bfce8f83eb7c8ff850428 /include/ppc_asm.tmpl | |
parent | e3c9b9f9287a17c2a20d9b1b77747bd209e8408b (diff) |
Patch by TsiChung Liew, 23 Sep 2004:
- add support for MPC8220 CPU
- Add support for Alaska and Yukon boards
Diffstat (limited to 'include/ppc_asm.tmpl')
-rw-r--r-- | include/ppc_asm.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ppc_asm.tmpl b/include/ppc_asm.tmpl index d4d3b74478b..72d690ef0f8 100644 --- a/include/ppc_asm.tmpl +++ b/include/ppc_asm.tmpl @@ -175,7 +175,7 @@ #define IM_IMMR (IM_REGBASE+0x01a8) #define IM_SCCR (IM_REGBASE+0x0c80) -#elif defined(CONFIG_MPC5xxx) +#elif defined(CONFIG_MPC5xxx) || defined(CONFIG_MPC8220) #define HID0_ICE_BITPOS 16 #define HID0_DCE_BITPOS 17 |