]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - post/lib_powerpc/fpu/mul-subnormal-single-1.c
post: Migrate to Kconfig
[thirdparty/u-boot.git] / post / lib_powerpc / fpu / mul-subnormal-single-1.c
index cb61c9114d7bcbecb6c54abfbaefe316db425467..87b882c6b22f9ae45df89c52b4542c3e7fbff3a9 100644 (file)
@@ -15,7 +15,7 @@
 
 GNU_FPOST_ATTR
 
-#if CONFIG_POST & CONFIG_SYS_POST_FPU
+#if CFG_POST & CONFIG_SYS_POST_FPU
 
 union uf
 {
@@ -82,4 +82,4 @@ int fpu_post_test_math7 (void)
        return 0;
 }
 
-#endif /* CONFIG_POST & CONFIG_SYS_POST_FPU */
+#endif /* CFG_POST & CONFIG_SYS_POST_FPU */