POST: preparations for moving CONFIG_POST to Makefiles
[oweals/u-boot.git] / post / tests.c
index 53d01e355e6681ad4f9819b37d91565f7b335419..36473e311f8606eb805ad037d8108c0b96b3f553 100644 (file)
@@ -27,8 +27,6 @@
 
 #include <common.h>
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 
 extern int cache_post_test (int flags);
@@ -278,5 +276,3 @@ struct post_test post_list[] =
 };
 
 unsigned int post_list_size = sizeof (post_list) / sizeof (struct post_test);
-
-#endif /* CONFIG_POST */