mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
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: Lubomir Rintel <lkundrak@v3.sk> Acked-by: Stephen Warren <swarren@wwwdotorg.org>
This commit is contained in:
parent
757cd149b9
commit
1fd4bed1d4
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
||||||
#define CONFIG_FB_ADDR 0
|
#define CONFIG_FB_ADDR 0
|
||||||
#define CONFIG_VIDEO_BCM2835
|
#define CONFIG_VIDEO_BCM2835
|
||||||
#define CONFIG_SYS_WHITE_ON_BLACK
|
#define CONFIG_SYS_WHITE_ON_BLACK
|
||||||
|
#define CONFIG_CONSOLE_SCROLL_LINES 10
|
||||||
|
|
||||||
/* SD/MMC configuration */
|
/* SD/MMC configuration */
|
||||||
#define CONFIG_GENERIC_MMC
|
#define CONFIG_GENERIC_MMC
|
||||||
|
|
Loading…
Reference in a new issue