xref: /openbmc/u-boot/include/configs/evb_px5.h (revision e8f80a5a)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
29d7ed339SAndy Yan /*
39d7ed339SAndy Yan  * Copyright (c) 2017 Rockchip Electronics Co., Ltd
49d7ed339SAndy Yan  */
59d7ed339SAndy Yan 
69d7ed339SAndy Yan #ifndef __CONFIGS_PX5_EVB_H
79d7ed339SAndy Yan #define __CONFIGS_PX5_EVB_H
89d7ed339SAndy Yan 
99d7ed339SAndy Yan #include <configs/rk3368_common.h>
109d7ed339SAndy Yan 
119d7ed339SAndy Yan #define CONFIG_CONSOLE_SCROLL_LINES	10
129d7ed339SAndy Yan 
139d7ed339SAndy Yan #endif
14