diff options
author | Iru Cai <mytbk920423@gmail.com> | 2019-10-30 15:42:15 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2019-10-30 15:42:15 +0800 |
commit | 1a691f101632955a994a0198fc5498b108e97fbc (patch) | |
tree | 04903c08c0d9f60460451188d026cf50bee1651b /include/configs/geekbox.h | |
parent | 08dd4564b1f5c3258caf6bfc4bdc77ead1b042d6 (diff) | |
download | uext4-1a691f101632955a994a0198fc5498b108e97fbc.tar.xz |
rm include/configs
Diffstat (limited to 'include/configs/geekbox.h')
-rw-r--r-- | include/configs/geekbox.h | 13 |
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 |