summaryrefslogtreecommitdiff
path: root/include/configs/elgin_rv1108.h
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-12-01 12:05:54 -0200
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2018-12-16 01:30:11 +0100
commite11ef3d26eff8d14a11f89b9bdc20471b425d2d7 (patch)
tree0adaabc999c9d94fce3726808e7e27fc0d4ed870 /include/configs/elgin_rv1108.h
parent9af1d5ef2fa4248c5e4b4b098e2d36caa0298ee8 (diff)
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 <otavio@ossystems.com.br> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include/configs/elgin_rv1108.h')
-rw-r--r--include/configs/elgin_rv1108.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/elgin_rv1108.h b/include/configs/elgin_rv1108.h
new file mode 100644
index 0000000000..aa6c4b09e2
--- /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 <configs/rv1108_common.h>
+
+#define CONFIG_SYS_MMC_ENV_DEV 0
+
+#endif