POST: preparations for moving CONFIG_POST to Makefiles
[oweals/u-boot.git] / post / cpu / mpc8xx / ether.c
index 8c87b5927e125c18c7f6c9d453d4ee450be0d2df..2fa5cf4ac991cf7f456977261b0b859208ae03ad 100644 (file)
@@ -35,8 +35,6 @@
  *   TEST_NUM - number of tests
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 #if CONFIG_POST & CFG_POST_ETHER
 #if defined(CONFIG_8xx)
@@ -627,5 +625,3 @@ int ether_post_test (int flags)
 }
 
 #endif /* CONFIG_POST & CFG_POST_ETHER */
-
-#endif /* CONFIG_POST */