POST: preparations for moving CONFIG_POST to Makefiles
[oweals/u-boot.git] / post / cpu / mpc8xx / cache.c
index 501465c06a1fc702394e3ed3650a61d69c355876..36965a1672b71a20719488742379fea9fadc78f4 100644 (file)
@@ -29,8 +29,6 @@
  * several test scenarios.
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 #include <watchdog.h>
 
@@ -78,4 +76,3 @@ int cache_post_test (int flags)
 }
 
 #endif /* CONFIG_POST & CFG_POST_CACHE */
-#endif /* CONFIG_POST */