POST: preparations for moving CONFIG_POST to Makefiles
[oweals/u-boot.git] / post / drivers / memory.c
index fb969856bc32bbf926d10920376910d6a395ab79..e94d92c08b81d1bc9af69ef02c1eb826ea301932 100644 (file)
  * the whole RAM.
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 #include <watchdog.h>
 
@@ -483,4 +481,3 @@ int memory_post_test (int flags)
 }
 
 #endif /* CONFIG_POST & CFG_POST_MEMORY */
-#endif /* CONFIG_POST */