]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/cpu/mpc8xx/watchdog.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / post / cpu / mpc8xx / watchdog.c
index f94158aa6f34499b0c46aaf5a1685f63dc9040ce..da191c232c276a6abca7a3a84112c218bddda749 100644 (file)
@@ -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 */