]> git.sur5r.net Git - u-boot/blobdiff - post/lib_ppc/asm.S
asm-generic/unaligned.h: dynamic default unaligned accesses
[u-boot] / post / lib_ppc / asm.S
index 12791762ba27ba43a037ebd60e275f6fe057919e..f6b329aa4df2592f0f52466a2f5ac1fc738a6a63 100644 (file)
 
 #include <config.h>
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 #include <asm/cache.h>
 
-#if CONFIG_POST & CFG_POST_CPU
+#if CONFIG_POST & CONFIG_SYS_POST_CPU
 
 /* void cpu_post_exec_02 (ulong *code, ulong op1, ulong op2); */
        .global cpu_post_exec_02
@@ -358,4 +356,3 @@ cpu_post_complex_2_loop:
 blr
 
 #endif
-#endif