diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:06 -0400 |
commit | f23476f0baff89bbb6a5a95756390808ea0d72a9 (patch) | |
tree | 304296be274136fcea2249046bf978f8a9665bf6 /include/configs/geekbox.h | |
parent | bc209fbba5ce226b49fc9d79e8e28acdbff1baca (diff) |
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/geekbox.h')
-rw-r--r-- | include/configs/geekbox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/geekbox.h b/include/configs/geekbox.h index 91f4feb737..4b12eb7af9 100644 --- a/include/configs/geekbox.h +++ b/include/configs/geekbox.h @@ -8,6 +8,4 @@ #include <configs/rk3368_common.h> -#define CONFIG_CONSOLE_SCROLL_LINES 10 - #endif |