#
# 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];