]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rpi: always scroll by 10 lines
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 22 Feb 2016 21:15:33 +0000 (22:15 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 24 Feb 2016 23:44:13 +0000 (18:44 -0500)
Scrolling the simple framebuffer is really slow in Raspberry Pi to the
point it delays the boot by a second or two and makes longer output
inconvenient to follow (printenv, md).

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
include/configs/rpi-common.h

index 97e5d2c795271d13bfbbb24ecadfd10d1b137d6e..e07fa6566e67a3b4154a3c2336eec7abb9efeb8a 100644 (file)
@@ -68,6 +68,7 @@
 #define CONFIG_FB_ADDR                 0
 #define CONFIG_VIDEO_BCM2835
 #define CONFIG_SYS_WHITE_ON_BLACK
+#define CONFIG_CONSOLE_SCROLL_LINES    10
 
 /* SD/MMC configuration */
 #define CONFIG_GENERIC_MMC