diff options
author | Yang Xiwen | 2023-04-01 19:17:36 +0800 |
---|---|---|
committer | Tom Rini | 2023-05-03 09:05:24 -0400 |
commit | 33f19038cc6b3de9d7eac4567801dc317dab2fbe (patch) | |
tree | 96dd10fc7df27aa3a41d1fc73bdb64637f72fc08 /include/configs | |
parent | 08ad608aa22b13b42cfb1f32ce071e52791cd669 (diff) |
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.h | 6 |
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 00000000000..3db9a474ec7 --- /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 |