diff options
author | Wolfgang Denk | 2013-05-11 03:00:50 +0000 |
---|---|---|
committer | Tom Rini | 2013-05-15 08:41:03 -0400 |
commit | d6ed3222229974682799bd2083f2ceeac6f912b1 (patch) | |
tree | d31b8121324b8461d796447bc1f6c24b4ad359c9 /include/ppc_asm.tmpl | |
parent | d828a16ba1f62bdab21d2a7c6bc13c94d019f96f (diff) |
Power: remove support for Freescale MPC8220
The Freescale MPC8220 Power Architecture processors have long reached
EOL; Freescale does not even list these any more on their web site.
Remove the code to avoid wasting maitaining efforts on dead stuff.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Andy Fleming <afleming@gmail.com>
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 2db4784d3b1..c0f8cc85677 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) || defined(CONFIG_MPC8220) +#elif defined(CONFIG_MPC5xxx) #define HID0_ICE_BITPOS 16 #define HID0_DCE_BITPOS 17 |