commit | db1d1f4cf6a519645e02ee45743ffb1b55e808b7 | [log] [tgz] |
---|---|---|
author | Yang Xiwen <forbidden405@outlook.com> | Sat Apr 01 19:17:33 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed May 03 09:05:24 2023 -0400 |
tree | fd6d026f098a4574f812529024eae295aa97a48c | |
parent | 5c77b20de81ee17c0fd41638d1a4b605bea2f609 [diff] [blame] |
arm: add support for Hisilicon HiSTB family SoCs First supported chip is hi3798mv200 (which is similar to Hi3798cv200 used by poplar). Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
diff --git a/arch/arm/mach-histb/Makefile b/arch/arm/mach-histb/Makefile new file mode 100644 index 0000000..7975c0f --- /dev/null +++ b/arch/arm/mach-histb/Makefile
@@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ + +obj-y += sysmap-histb.o +obj-y += board_common.o