diff options
Diffstat (limited to 'post/lib_ppc/b.c')
-rw-r--r-- | post/lib_ppc/b.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/post/lib_ppc/b.c b/post/lib_ppc/b.c index 6e276c48d5..45b9ff26e8 100644 --- a/post/lib_ppc/b.c +++ b/post/lib_ppc/b.c @@ -37,8 +37,6 @@ * linked in U-Boot at build time. */ -#ifdef CONFIG_POST - #include <post.h> #include "cpu_asm.h" @@ -194,4 +192,3 @@ int cpu_post_test_b (void) } #endif -#endif |