commit | 95a28a89ccc0794b899cf19f360d493cde316044 | [log] [tgz] |
---|---|---|
author | Lubomir Rintel <lkundrak@v3.sk> | Mon Feb 22 22:15:33 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 24 18:44:13 2016 -0500 |
tree | ac4afbba75e1ddabe99fe1a22f7817f903cd388e | |
parent | 7d33bb6a6151f3096fa8e4ed3a40a354fc55f6c5 [diff] |
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>