]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_nios2/mult.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / lib_nios2 / mult.c
index 66bb64d0c18b8a0a5f178bee061845192b6747dd..ec8139ed5a63dea4c00e2452f0290b6bcb34598e 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <common.h>
 
-#if !defined(CFG_NIOS_MULT_HW) && !defined(CFG_NIOS_MULT_MSTEP)
+#if !defined(CONFIG_SYS_NIOS_MULT_HW) && !defined(CONFIG_SYS_NIOS_MULT_MSTEP)
 
 #include "math.h"
 
@@ -53,4 +53,4 @@ UHItype __mulhi3 (UHItype a, UHItype b)
        return c;
 }
 
-#endif /*!defined(CFG_NIOS_MULT_HW) && !defined(CFG_NIOS_MULT_MSTEP) */
+#endif /*!defined(CONFIG_SYS_NIOS_MULT_HW) && !defined(CONFIG_SYS_NIOS_MULT_MSTEP) */