commit | 1c2c0c635980f992e56c4a5679984721bf33ddd9 | [log] [tgz] |
---|---|---|
author | Julien Masson <jmasson@baylibre.com> | Mon Dec 04 11:48:58 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 19 10:09:06 2023 -0500 |
tree | 57526a84aada6db0165a2b809bbfc2956fb36842 | |
parent | 5679eccb83f29c1fa149655fd798b229b2fc1753 [diff] [blame] |
board: mediatek: add MT8365 EVK board support This adds support for the MT8365 EVK board with the following features enabled/tested: Boot, UART, Watchdog and MMC. Signed-off-by: Julien Masson <jmasson@baylibre.com>
diff --git a/board/mediatek/mt8365_evk/Makefile b/board/mediatek/mt8365_evk/Makefile new file mode 100644 index 0000000..90fc92b --- /dev/null +++ b/board/mediatek/mt8365_evk/Makefile
@@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-y += mt8365_evk.o