X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=post%2Flib_ppc%2Fcmpi.c;h=92b4d57b1fd140a5fd8ddcdc57cd508be3ecf77f;hb=9d2459f3532c009bb903b02b57079a3862420a5f;hp=e0c2aaff8262d38213cf60ba8f9143254512d0da;hpb=f0da1d1b3c0719ea3b6025fe87b66224a466100d;p=oweals%2Fu-boot.git diff --git a/post/lib_ppc/cmpi.c b/post/lib_ppc/cmpi.c index e0c2aaff82..92b4d57b1f 100644 --- a/post/lib_ppc/cmpi.c +++ b/post/lib_ppc/cmpi.c @@ -36,8 +36,6 @@ * the result in and the expected result. */ -#ifdef CONFIG_POST - #include #include "cpu_asm.h" @@ -108,7 +106,7 @@ int cpu_post_test_cmpi (void) for (i = 0; i < cpu_post_cmpi_size && ret == 0; i++) { struct cpu_post_cmpi_s *test = cpu_post_cmpi_table + i; - unsigned long code[] = + unsigned long code[] = { ASM_1IC(test->cmd, test->cr, 3, test->op2), ASM_MFCR(3), @@ -130,4 +128,3 @@ int cpu_post_test_cmpi (void) } #endif -#endif