diff options
Diffstat (limited to 'post/cpu/mpc8xx/watchdog.c')
| -rw-r--r-- | post/cpu/mpc8xx/watchdog.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/post/cpu/mpc8xx/watchdog.c b/post/cpu/mpc8xx/watchdog.c index f94158aa6..da191c232 100644 --- a/post/cpu/mpc8xx/watchdog.c +++ b/post/cpu/mpc8xx/watchdog.c @@ -36,7 +36,7 @@  #include <post.h>  #include <watchdog.h> -#if CONFIG_POST & CFG_POST_WATCHDOG +#if CONFIG_POST & CONFIG_SYS_POST_WATCHDOG  static ulong gettbl (void)  { @@ -72,4 +72,4 @@ int watchdog_post_test (int flags)  	}  } -#endif /* CONFIG_POST & CFG_POST_WATCHDOG */ +#endif /* CONFIG_POST & CONFIG_SYS_POST_WATCHDOG */ |