aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorYang Xiwen <forbidden405@outlook.com>2023-04-01 19:17:36 +0800
committerTom Rini <trini@konsulko.com>2023-05-03 09:05:24 -0400
commit33f19038cc6b3de9d7eac4567801dc317dab2fbe (patch)
tree96dd10fc7df27aa3a41d1fc73bdb64637f72fc08 /include/configs
parent08ad608aa22b13b42cfb1f32ce071e52791cd669 (diff)
downloadu-boot-33f19038cc6b3de9d7eac4567801dc317dab2fbe.zip
u-boot-33f19038cc6b3de9d7eac4567801dc317dab2fbe.tar.gz
u-boot-33f19038cc6b3de9d7eac4567801dc317dab2fbe.tar.bz2
arm: histb: hi3798mv200: add initial support for Hi3798MV200 HC2910-2AGHD05 board
A board with Hi3798MV200 SoC and various peripherals. Details are in the board README.md. Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/hc2910-2aghd05.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/hc2910-2aghd05.h b/include/configs/hc2910-2aghd05.h
new file mode 100644
index 0000000..3db9a47
--- /dev/null
+++ b/include/configs/hc2910-2aghd05.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+
+#ifndef __HC2910_2AGHD05_CONFIG_H__
+#define __HC2910_2AGHD05_CONFIG_H__
+
+#endif