summaryrefslogtreecommitdiffstats
path: root/post/cache_8xx.S
diff options
context:
space:
mode:
Diffstat (limited to 'post/cache_8xx.S')
-rw-r--r--post/cache_8xx.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/post/cache_8xx.S b/post/cache_8xx.S
index 2974882b89..2d41b5566a 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 */
OpenPOWER on IntegriCloud