]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/evb_rk3036.h
rockchip: Add basic support for evb-rk3036 board
[people/ms/u-boot.git] / include / configs / evb_rk3036.h
diff --git a/include/configs/evb_rk3036.h b/include/configs/evb_rk3036.h
new file mode 100644 (file)
index 0000000..aa07889
--- /dev/null
@@ -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