* [PATCH] fixup! fonts: Add 7x14 font
@ 2015-07-16 17:12 Antony Pavlov
2015-07-20 5:11 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2015-07-16 17:12 UTC (permalink / raw)
To: barebox
---
do as linux kernel does.
---
include/linux/font.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/linux/font.h b/include/linux/font.h
index dad6dcc..62b1879 100644
--- a/include/linux/font.h
+++ b/include/linux/font.h
@@ -20,7 +20,8 @@ struct font_desc {
};
extern const struct font_desc font_vga_8x16,
- font_mini_4x6, font_7x14;
+ font_7x14,
+ font_mini_4x6;
/* Max. length for the name of a predefined font */
#define MAX_FONT_NAME 32
--
2.1.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fixup! fonts: Add 7x14 font
2015-07-16 17:12 [PATCH] fixup! fonts: Add 7x14 font Antony Pavlov
@ 2015-07-20 5:11 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-07-20 5:11 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox
On Thu, Jul 16, 2015 at 08:12:31PM +0300, Antony Pavlov wrote:
> ---
> do as linux kernel does.
> ---
> include/linux/font.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-20 5:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-16 17:12 [PATCH] fixup! fonts: Add 7x14 font Antony Pavlov
2015-07-20 5:11 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox