Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
[oweals/u-boot.git] / include / configs / evb_rk3128.h
1 /*
2  * (C) Copyright 2017 Rockchip Electronics Co., Ltd
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __EVB_RK3128_H
8 #define __EVB_RK3128_H
9
10 #include <configs/rk3128_common.h>
11
12 #define CONFIG_ENV_IS_IN_MMC
13 #define CONFIG_SYS_MMC_ENV_DEV 0
14
15 #endif