xref: /openbmc/u-boot/include/configs/geekbox.h (revision e8f80a5a)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
254c57ae0SAndreas Färber /*
354c57ae0SAndreas Färber  * Copyright (c) 2016 Andreas Färber
454c57ae0SAndreas Färber  */
554c57ae0SAndreas Färber 
654c57ae0SAndreas Färber #ifndef __CONFIGS_GEEKBOX_H
754c57ae0SAndreas Färber #define __CONFIGS_GEEKBOX_H
854c57ae0SAndreas Färber 
954c57ae0SAndreas Färber #include <configs/rk3368_common.h>
1054c57ae0SAndreas Färber 
1154c57ae0SAndreas Färber #define CONFIG_CONSOLE_SCROLL_LINES		10
1254c57ae0SAndreas Färber 
1354c57ae0SAndreas Färber #endif
14