Skip to content
Snippets Groups Projects
Commit 1fd4bed1 authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Tom Rini
Browse files

rpi: always scroll by 10 lines


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: default avatarLubomir Rintel <lkundrak@v3.sk>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
parent 757cd149
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment