aboutsummaryrefslogtreecommitdiff
path: root/include/configs/tinker_rk3288.h
diff options
context:
space:
mode:
authorEddie Cai <eddie.cai.linux@gmail.com>2017-01-18 11:03:54 +0800
committerSimon Glass <sjg@chromium.org>2017-02-09 12:10:59 -0700
commit6f2797645562e85c407aab3e9a757bfd61a027fe (patch)
tree63bb26ee539b10ea56a0e8dd3f765e45412bf89c /include/configs/tinker_rk3288.h
parent1caec07e5c4cc5837b1a2b5d5102640bc4270da8 (diff)
downloadu-boot-6f2797645562e85c407aab3e9a757bfd61a027fe.zip
u-boot-6f2797645562e85c407aab3e9a757bfd61a027fe.tar.gz
u-boot-6f2797645562e85c407aab3e9a757bfd61a027fe.tar.bz2
rockchip: rename miniarm to tinker board
Miniarm is the internal project code. Now it is officially named Tinker board. So rename it. Signed-off-by: Eddie Cai <eddie.cai@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/tinker_rk3288.h')
-rw-r--r--include/configs/tinker_rk3288.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/include/configs/tinker_rk3288.h b/include/configs/tinker_rk3288.h
new file mode 100644
index 0000000..860eb40
--- /dev/null
+++ b/include/configs/tinker_rk3288.h
@@ -0,0 +1,23 @@
+/*
+ * (C) Copyright 2016 Rockchip Electronics Co., Ltd
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#define ROCKCHIP_DEVICE_SETTINGS
+#include <configs/rk3288_common.h>
+
+#undef BOOT_TARGET_DEVICES
+
+#define BOOT_TARGET_DEVICES(func) \
+ func(MMC, mmc, 0)
+
+#define CONFIG_ENV_IS_IN_MMC
+#define CONFIG_SYS_MMC_ENV_DEV 0
+
+#define CONFIG_SYS_WHITE_ON_BLACK
+
+#endif