]> git.sur5r.net Git - u-boot/blobdiff - post/board/lwmon5/dspic.c
POST: preparations for moving CONFIG_POST to Makefiles
[u-boot] / post / board / lwmon5 / dspic.c
index f1c9c153fb7a1aaac7f03a569ed4b043b961e16f..eb1c31ce30a1fc2342f13974c56864d7651a52d1 100644 (file)
@@ -24,8 +24,6 @@
 
 #include <common.h>
 
-#ifdef CONFIG_POST
-
 /* There are two tests for dsPIC currently implemented:
  * 1. dsPIC ready test. Done in board_early_init_f(). Only result verified here.
  * 2. dsPIC POST result test.  This test gets dsPIC POST codes and version.
@@ -105,5 +103,3 @@ int dspic_post_test(int flags)
 }
 
 #endif /* CONFIG_POST & CFG_POST_BSPEC2 */
-#endif /* CONFIG_POST */
-