From e11ef3d26eff8d14a11f89b9bdc20471b425d2d7 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 1 Dec 2018 12:05:54 -0200 Subject: ARM: rockchip: Add rv1108-elgin-r1 board support Add the initial support for Elgin R1 board, which is based on the RV1108 SoC and has the following features currently supported in U-Boot: - UART - eMMC - USB Signed-off-by: Otavio Salvador Reviewed-by: Philipp Tomsich --- include/configs/elgin_rv1108.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/configs/elgin_rv1108.h (limited to 'include') diff --git a/include/configs/elgin_rv1108.h b/include/configs/elgin_rv1108.h new file mode 100644 index 00000000000..aa6c4b09e27 --- /dev/null +++ b/include/configs/elgin_rv1108.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2016 Rockchip Electronics Co., Ltd + */ + +#ifndef __CONFIG_H +#define __CONFIG_H + +#include + +#define CONFIG_SYS_MMC_ENV_DEV 0 + +#endif -- cgit v1.2.3