aboutsummaryrefslogtreecommitdiff
path: root/post/lib_powerpc/cpu.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-23 22:19:39 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 22:19:39 -0500
commit3e4cbe184a0f6537abb457d6afa61224396c4e46 (patch)
treed6e95e03385c33f5d99775cc44710fc6f540b094 /post/lib_powerpc/cpu.c
parent52d91e1c20b399ddab276e2c03e5788ed5e5fdd2 (diff)
parent90c7888c9d6b3223c32f068668f3bc5a81010f8e (diff)
Merge branch '2022-12-23-complete-phase1-CONFIG-migration' into next
- Bring in the final series to complete the main portion of migrating CONFIG symbols to either Kconfig or CFG namespace (or removing / renaming entirely). With this, we have stricter CI tests as well now.
Diffstat (limited to 'post/lib_powerpc/cpu.c')
-rw-r--r--post/lib_powerpc/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/post/lib_powerpc/cpu.c b/post/lib_powerpc/cpu.c
index 77c2538172..98a8c6392c 100644
--- a/post/lib_powerpc/cpu.c
+++ b/post/lib_powerpc/cpu.c
@@ -20,7 +20,7 @@
#include <post.h>
#include <asm/mmu.h>
-#if CFG_POST & CONFIG_SYS_POST_CPU
+#if CFG_POST & CFG_SYS_POST_CPU
extern int cpu_post_test_cmp (void);
extern int cpu_post_test_cmpi (void);
@@ -118,4 +118,4 @@ int cpu_post_test (int flags)
return ret;
}
-#endif /* CFG_POST & CONFIG_SYS_POST_CPU */
+#endif /* CFG_POST & CFG_SYS_POST_CPU */