diff options
Diffstat (limited to 'post/cache_8xx.S')
| -rw-r--r-- | post/cache_8xx.S | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/post/cache_8xx.S b/post/cache_8xx.S index 2974882b8..2d41b5566 100644 --- a/post/cache_8xx.S +++ b/post/cache_8xx.S @@ -27,8 +27,7 @@      defined(CONFIG_MPC850) || \      defined(CONFIG_MPC855) || \      defined(CONFIG_MPC860) || \ -    defined(CONFIG_MPC862) || \ -    defined(CONFIG_MPC824X) +    defined(CONFIG_MPC862)  #include <post.h>  #include <ppc_asm.tmpl> @@ -491,6 +490,6 @@ cache_post_test6_data:  	mtlr	r0  	blr -#endif /* CONFIG_MPC823 || MPC850 || MPC855 || MPC860 || MPC824X */ +#endif /* CONFIG_MPC823 || MPC850 || MPC855 || MPC860 */  #endif /* CONFIG_POST & CFG_POST_CACHE */  #endif /* CONFIG_POST */ |