summaryrefslogtreecommitdiffstats
path: root/include/configs/evb_rk3036.h
diff options
context:
space:
mode:
authorhuang lin <hl@rock-chips.com>2015-11-17 14:20:28 +0800
committerSimon Glass <sjg@chromium.org>2015-12-01 08:07:22 -0700
commitd8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5 (patch)
tree3f4e03d1732d429f6fabda6a9f127ce869b7730f /include/configs/evb_rk3036.h
parentbe1d5e0388d2e506d875d4b984485526bdf3197f (diff)
downloadblackbird-obmc-uboot-d8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5.tar.gz
blackbird-obmc-uboot-d8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5.zip
rockchip: Add basic support for evb-rk3036 board
This add some basic files required to allow the board to dispaly serial message and can run command(mmc info etc) Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org> Moved board Kconfig fragment from previous patch into this one to fix build error: Signed-off-by: Simon Glass <sjg@chromium.org> Series-changes: 8 - moved board Kconfig fragment from previous patch into this one
Diffstat (limited to 'include/configs/evb_rk3036.h')
-rw-r--r--include/configs/evb_rk3036.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/evb_rk3036.h b/include/configs/evb_rk3036.h
new file mode 100644
index 0000000000..aa07889ff2
--- /dev/null
+++ b/include/configs/evb_rk3036.h
@@ -0,0 +1,12 @@
+/*
+ * (C) Copyright 2015 Rockchip Electronics Co., Ltd
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#include <configs/rk3036_common.h>
+
+#endif
OpenPOWER on IntegriCloud