rename CFG_ macros to CONFIG_SYS
[oweals/u-boot.git] / post / cpu / ppc4xx / watchdog.c
index 7fdecb485c8524864ff9fed4afc823c579c69174..221adfc1158c04335f7987b5d7e52dc306f2dc29 100644 (file)
@@ -37,7 +37,7 @@
 
 #include <post.h>
 
-#if CONFIG_POST & CFG_POST_WATCHDOG
+#if CONFIG_POST & CONFIG_SYS_POST_WATCHDOG
 
 #include <watchdog.h>
 
@@ -65,4 +65,4 @@ int watchdog_post_test (int flags)
        }
 }
 
-#endif /* CONFIG_POST & CFG_POST_WATCHDOG */
+#endif /* CONFIG_POST & CONFIG_SYS_POST_WATCHDOG */