summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-12-16 14:50:03 -0500
committerTom Rini <trini@konsulko.com>2015-12-16 14:50:03 -0500
commit35065cdd94a41dee4882b921f9763742e44d1c58 (patch)
treeaaa4a4ecdad344cb50427eb79f3a91c3311b2d3f /include
parent52bc7c7e2b31d6ba8d394f3d22b551abfa365363 (diff)
parent47b4c228b5ae72598dc38ca2764c11ea1c6693cc (diff)
downloadtalos-obmc-uboot-35065cdd94a41dee4882b921f9763742e44d1c58.tar.gz
talos-obmc-uboot-35065cdd94a41dee4882b921f9763742e44d1c58.zip
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'include')
-rw-r--r--include/configs/kylin_rk3036.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/kylin_rk3036.h b/include/configs/kylin_rk3036.h
new file mode 100644
index 0000000000..aa07889ff2
--- /dev/null
+++ b/include/configs/kylin_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