POST: preparations for moving CONFIG_POST to Makefiles
[oweals/u-boot.git] / post / board / lwmon5 / gdc.c
index aa1eee05fdc441be287bd4db59ca121580fc6072..bc166850f8e49a94b6de0cb75066abbbd421c285 100644 (file)
@@ -23,8 +23,6 @@
  */
 #include <common.h>
 
-#ifdef CONFIG_POST
-
 /* This test attempts to verify board GDC. A scratch register tested, then
  * simple memory test (get_ram_size()) run over GDC memory.
  */
@@ -96,5 +94,3 @@ int gdc_post_test(int flags)
        return ret;
 }
 #endif /* CONFIG_POST & CFG_POST_BSPEC4 */
-#endif /* CONFIG_POST */
-