rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / cpu / i386 / interrupts.c
index f340119..f6dbcca 100644 (file)
@@ -509,7 +509,7 @@ int disable_interrupts(void)
 }
 
 
-#ifdef CFG_RESET_GENERIC
+#ifdef CONFIG_SYS_RESET_GENERIC
 
 void __attribute__ ((regparm(0))) generate_gpf(void);
 asm(".globl generate_gpf\n"