]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/i386/interrupts.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / i386 / interrupts.c
index f340119900689bbc4d915cc1fe46208c6673a4fd..f6dbccac5707d80087aa542780a51a3ea5cfca79 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"