POST: preparations for moving CONFIG_POST to Makefiles
[oweals/u-boot.git] / post / lib_ppc / string.c
index bd83bd136285c1fe75eea0634b6b1a4d3200869d..b2daa8804968ea628268235bea4e14e31d6ecedd 100644 (file)
@@ -33,8 +33,6 @@
  * of the source and target buffers are then compared.
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 #include "cpu_asm.h"
 
@@ -103,4 +101,3 @@ int cpu_post_test_string (void)
 }
 
 #endif
-#endif