summaryrefslogtreecommitdiffstats
path: root/src/drivers/emulation
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-10-17 13:25:07 +0000
committerMyles Watson <mylesgw@gmail.com>2009-10-17 13:25:07 +0000
commit0bc615482e34af308712be970479aeb613f5fa41 (patch)
treeaaf65180b43b30302880d95cd349b3de15046964 /src/drivers/emulation
parentd7b37b0a670abc24e538700c0e2762f1cde7faf7 (diff)
downloadcoreboot-0bc615482e34af308712be970479aeb613f5fa41.tar.gz
coreboot-0bc615482e34af308712be970479aeb613f5fa41.tar.bz2
coreboot-0bc615482e34af308712be970479aeb613f5fa41.zip
Remove CONFIG_ from #defines that aren't config variables. Trivial.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4802 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/drivers/emulation')
-rw-r--r--src/drivers/emulation/qemu/fbcon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/emulation/qemu/fbcon.h b/src/drivers/emulation/qemu/fbcon.h
index 56328323dc37..8b83a3682bb3 100644
--- a/src/drivers/emulation/qemu/fbcon.h
+++ b/src/drivers/emulation/qemu/fbcon.h
@@ -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))