summaryrefslogtreecommitdiff
path: root/include/configs/sheep_rk3368.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-16 19:06:23 -0400
committerTom Rini <trini@konsulko.com>2020-06-26 10:29:06 -0400
commitf23476f0baff89bbb6a5a95756390808ea0d72a9 (patch)
tree304296be274136fcea2249046bf978f8a9665bf6 /include/configs/sheep_rk3368.h
parentbc209fbba5ce226b49fc9d79e8e28acdbff1baca (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/sheep_rk3368.h')
-rw-r--r--include/configs/sheep_rk3368.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sheep_rk3368.h b/include/configs/sheep_rk3368.h
index 238838fd7d..550597c957 100644
--- a/include/configs/sheep_rk3368.h
+++ b/include/configs/sheep_rk3368.h
@@ -13,6 +13,4 @@
#define DTB_LOAD_ADDR 0x5600000
#define INITRD_LOAD_ADDR 0x5bf0000
-#define CONFIG_CONSOLE_SCROLL_LINES 10
-
#endif