From 33f19038cc6b3de9d7eac4567801dc317dab2fbe Mon Sep 17 00:00:00 2001 From: Yang Xiwen Date: Sat, 1 Apr 2023 19:17:36 +0800 Subject: 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 --- include/configs/hc2910-2aghd05.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/configs/hc2910-2aghd05.h (limited to 'include/configs') 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 -- cgit v1.2.3