]> git.sur5r.net Git - u-boot/blobdiff - post/lib_ppc/cmp.c
ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
[u-boot] / post / lib_ppc / cmp.c
index 789a24cb7f1bc1548712b03b5c33a8c94d3b45b8..89f754a0b11c867d0ee69dbc99cbd9cb6f7cbf4c 100644 (file)
@@ -36,8 +36,6 @@
  * the result in and the expected result.
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 #include "cpu_asm.h"
 
@@ -130,4 +128,3 @@ int cpu_post_test_cmp (void)
 }
 
 #endif
-#endif