From 6074cfaa8ec3d63ee2d56d6776b5621c2f342ab8 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Tue, 28 Nov 2017 16:04:19 +0800 Subject: rockchip: rk3128: add evb-rk3128 support evb-rk3128 is an evb from Rockchip based on rk3128 SoC: - 2 USB2.0 Host port; - 1 HDMI port; - 2 10/100M eth port; - 2GB ddr; - 16GB eMMC; - UART to USB debug port; Signed-off-by: Kever Yang Acked-by: Philipp Tomsich Reviewed-by: Philipp Tomsich --- include/configs/evb_rk3128.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/configs/evb_rk3128.h (limited to 'include') diff --git a/include/configs/evb_rk3128.h b/include/configs/evb_rk3128.h new file mode 100644 index 00000000000..a34153aac5a --- /dev/null +++ b/include/configs/evb_rk3128.h @@ -0,0 +1,15 @@ +/* + * (C) Copyright 2017 Rockchip Electronics Co., Ltd + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __EVB_RK3128_H +#define __EVB_RK3128_H + +#include + +#define CONFIG_ENV_IS_IN_MMC +#define CONFIG_SYS_MMC_ENV_DEV 0 + +#endif -- cgit v1.2.3