blob: c4f7758b3cf1026852a60efd8a1bdaa1b996df25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
--- linux-2.4.25/drivers/video/fbcon.c~scrolling-area.patch 2003-08-25 13:44:42.000000000 +0200
+++ linux-2.4.25/drivers/video/fbcon.c 2004-03-31 17:15:13.000000000 +0200
@@ -110,8 +110,8 @@
# define DPRINTK(fmt, args...)
#endif
-#define LOGO_H 80
-#define LOGO_W 80
+#define LOGO_H 400
+#define LOGO_W 800
#define LOGO_LINE (LOGO_W/8)
struct display fb_display[MAX_NR_CONSOLES];
|