commit | 9445edaa4e043dafc006048de0c4b68f37643785 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Nov 07 19:28:40 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 03 08:44:14 2019 -0500 |
tree | 28df2a700de12d3a5b03f85c416b027e06a219d4 | |
parent | 4bba4139a4e22ae87c2454fd111b538c137022ca [diff] [blame] |
ARM: MediaTek: Add support for MediaTek MT8518 SoC Add support for MediaTek MT8518 SoC. This include the file that will initialize the SoC after boot and its device tree.
diff --git a/arch/arm/mach-mediatek/mt8518/Makefile b/arch/arm/mach-mediatek/mt8518/Makefile new file mode 100644 index 0000000..007eb4a --- /dev/null +++ b/arch/arm/mach-mediatek/mt8518/Makefile
@@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-y += init.o +obj-y += lowlevel_init.o