summaryrefslogtreecommitdiffstats
path: root/post/cpu/mpc8xx/watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/cpu/mpc8xx/watchdog.c')
-rw-r--r--post/cpu/mpc8xx/watchdog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/post/cpu/mpc8xx/watchdog.c b/post/cpu/mpc8xx/watchdog.c
index f94158aa6f..da191c232c 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 */
OpenPOWER on IntegriCloud