diff options
Diffstat (limited to 'post/cpu/mpc8xx/cache_8xx.S')
| -rw-r--r-- | post/cpu/mpc8xx/cache_8xx.S | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/post/cpu/mpc8xx/cache_8xx.S b/post/cpu/mpc8xx/cache_8xx.S index 2d41b5566..a3fc39bda 100644 --- a/post/cpu/mpc8xx/cache_8xx.S +++ b/post/cpu/mpc8xx/cache_8xx.S @@ -22,7 +22,6 @@  #include <config.h> -#ifdef CONFIG_POST  #if defined(CONFIG_MPC823) || \      defined(CONFIG_MPC850) || \      defined(CONFIG_MPC855) || \ @@ -492,4 +491,3 @@ cache_post_test6_data:  #endif /* CONFIG_MPC823 || MPC850 || MPC855 || MPC860 */  #endif /* CONFIG_POST & CFG_POST_CACHE */ -#endif /* CONFIG_POST */ |