Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / include / configs / evb_rk3308.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * (C) Copyright 2018 Rockchip Electronics Co., Ltd
4  */
5
6 #ifndef __EVB_RK3308_H
7 #define __EVB_RK3308_H
8
9 #include <configs/rk3308_common.h>
10
11 #define CONFIG_SUPPORT_EMMC_RPMB
12 #define CONFIG_SYS_MMC_ENV_DEV 0
13
14 #define ROCKCHIP_DEVICE_SETTINGS \
15                         "stdout=serial,vidconsole\0" \
16                         "stderr=serial,vidconsole\0"
17 #undef CONFIG_CONSOLE_SCROLL_LINES
18 #define CONFIG_CONSOLE_SCROLL_LINES            10
19
20 #endif