summaryrefslogtreecommitdiff
path: root/include/configs/firefly_rk3308.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-17 02:06:23 +0300
committerTom Rini <trini@konsulko.com>2020-06-26 17:29:06 +0300
commitf23476f0baff89bbb6a5a95756390808ea0d72a9 (patch)
tree304296be274136fcea2249046bf978f8a9665bf6 /include/configs/firefly_rk3308.h
parentbc209fbba5ce226b49fc9d79e8e28acdbff1baca (diff)
downloadu-boot-f23476f0baff89bbb6a5a95756390808ea0d72a9.tar.xz
Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig
This converts the following to Kconfig: CONFIG_CONSOLE_SCROLL_LINES Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/firefly_rk3308.h')
-rw-r--r--include/configs/firefly_rk3308.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/firefly_rk3308.h b/include/configs/firefly_rk3308.h
index 2cc7b4a153..7b8b62fbcb 100644
--- a/include/configs/firefly_rk3308.h
+++ b/include/configs/firefly_rk3308.h
@@ -14,7 +14,5 @@
#define ROCKCHIP_DEVICE_SETTINGS \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"
-#undef CONFIG_CONSOLE_SCROLL_LINES
-#define CONFIG_CONSOLE_SCROLL_LINES 10
#endif