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, 0 insertions, 13 deletions
diff --git a/include/configs/geekbox.h b/include/configs/geekbox.h
deleted file mode 100644
index 91f4feb..0000000
--- a/include/configs/geekbox.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* 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