]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_nios2/mult.c
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / lib_nios2 / mult.c
index 66bb64d0c18b8a0a5f178bee061845192b6747dd..ec8139ed5a63dea4c00e2452f0290b6bcb34598e 100755 (executable)
@@ -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) */