diff mbox

[U-Boot] rpi: always scroll by 10 lines

Message ID 1456175733-9389-1-git-send-email-lkundrak@v3.sk
State Accepted
Commit 1fd4bed1d4889cb7f30ff254d6af1f288dc89df9
Delegated to: Tom Rini
Headers show

Commit Message

Lubomir Rintel Feb. 22, 2016, 9:15 p.m. UTC
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>
---
 include/configs/rpi-common.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Stephen Warren Feb. 23, 2016, 6:02 a.m. UTC | #1
On 02/22/2016 02:15 PM, Lubomir Rintel wrote:
> 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).

Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Tom Rini Feb. 25, 2016, 3:27 p.m. UTC | #2
On Mon, Feb 22, 2016 at 10:15:33PM +0100, Lubomir Rintel wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h
index 97e5d2c..e07fa65 100644
--- a/include/configs/rpi-common.h
+++ b/include/configs/rpi-common.h
@@ -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