From: Simon Glass Date: Wed, 31 May 2017 23:57:35 +0000 (-0600) Subject: rockchip: jerry: Disable CONFIG_CONSOLE_SCROLL_LINES X-Git-Tag: v2017.07-rc2~54^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b1bd076e801123d0d419892b0ac8f1311adb13f;p=platform%2Fkernel%2Fu-boot.git rockchip: jerry: Disable CONFIG_CONSOLE_SCROLL_LINES The display on jerry is so fast that this option is not needed. Drop it so that the display scrolls more smoothly. Signed-off-by: Simon Glass --- diff --git a/configs/chromebook_jerry_defconfig b/configs/chromebook_jerry_defconfig index bb88058..63de674 100644 --- a/configs/chromebook_jerry_defconfig +++ b/configs/chromebook_jerry_defconfig @@ -75,7 +75,6 @@ CONFIG_DISPLAY=y CONFIG_VIDEO_ROCKCHIP=y CONFIG_DISPLAY_ROCKCHIP_EDP=y CONFIG_DISPLAY_ROCKCHIP_HDMI=y -CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_USE_TINY_PRINTF=y CONFIG_CMD_DHRYSTONE=y CONFIG_ERRNO_STR=y