diff options
Diffstat (limited to 'post/cpu/mpc8xx/cache.c')
| -rw-r--r-- | post/cpu/mpc8xx/cache.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/post/cpu/mpc8xx/cache.c b/post/cpu/mpc8xx/cache.c index 36965a167..06cb501bd 100644 --- a/post/cpu/mpc8xx/cache.c +++ b/post/cpu/mpc8xx/cache.c @@ -32,7 +32,7 @@  #include <post.h>  #include <watchdog.h> -#if CONFIG_POST & CFG_POST_CACHE +#if CONFIG_POST & CONFIG_SYS_POST_CACHE  #define CACHE_POST_SIZE	1024 @@ -75,4 +75,4 @@ int cache_post_test (int flags)  	return res;  } -#endif /* CONFIG_POST & CFG_POST_CACHE */ +#endif /* CONFIG_POST & CONFIG_SYS_POST_CACHE */ |