Remove CONFIG_ from #defines that aren't config variables. Trivial.
[coreboot.git] / src / drivers / emulation / qemu / fbcon.h
index 56328323dc373ee5edf35226188fc56a26f6d019..8b83a3682bb36219b282a49f2e24214a46361d60 100644 (file)
@@ -65,7 +65,7 @@ struct display {
 #define fontheight(p) ((p)->_fontheight)
 #define fontheightlog(p) ((p)->_fontheightlog)
 
-#ifdef CONFIG_FBCON_FONTWIDTH8_ONLY
+#ifdef FBCON_FONTWIDTH8_ONLY
 
 /* fontwidth w is supported by dispsw */
 #define FONTWIDTH(w)   (1 << ((8) - 1))