blob: 91f4feb737086270b08097086f654595c02a3cea [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Andreas Färber54c57ae2017-05-15 17:54:26 +08002/*
3 * Copyright (c) 2016 Andreas Färber
Andreas Färber54c57ae2017-05-15 17:54:26 +08004 */
5
6#ifndef __CONFIGS_GEEKBOX_H
7#define __CONFIGS_GEEKBOX_H
8
9#include <configs/rk3368_common.h>
10
Andreas Färber54c57ae2017-05-15 17:54:26 +080011#define CONFIG_CONSOLE_SCROLL_LINES 10
12
13#endif