summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-02-22 22:15:33 +0100
committerTom Rini <trini@konsulko.com>2016-02-24 18:44:13 -0500
commit1fd4bed1d4889cb7f30ff254d6af1f288dc89df9 (patch)
treeac4afbba75e1ddabe99fe1a22f7817f903cd388e /include
parent757cd149b9c6928734fab0b831a7624168a0b71c (diff)
downloadtalos-obmc-uboot-1fd4bed1d4889cb7f30ff254d6af1f288dc89df9.tar.gz
talos-obmc-uboot-1fd4bed1d4889cb7f30ff254d6af1f288dc89df9.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/rpi-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h
index 97e5d2c795..e07fa6566e 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
OpenPOWER on IntegriCloud