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
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user