summaryrefslogtreecommitdiff
path: root/include/configs/geekbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/geekbox.h')
-rw-r--r--include/configs/geekbox.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/geekbox.h b/include/configs/geekbox.h
new file mode 100644
index 0000000..91f4feb
--- /dev/null
+++ b/include/configs/geekbox.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2016 Andreas Färber
+ */
+
+#ifndef __CONFIGS_GEEKBOX_H
+#define __CONFIGS_GEEKBOX_H
+
+#include <configs/rk3368_common.h>
+
+#define CONFIG_CONSOLE_SCROLL_LINES 10
+
+#endif