]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: mt8365: remove empty header file
authorDavid Lechner <dlechner@baylibre.com>
Wed, 7 Jan 2026 19:58:58 +0000 (13:58 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Jan 2026 19:04:16 +0000 (13:04 -0600)
Remove the empty include/configs/mt8365.h header file as it is not
needed. The Kconfig entry that referenced it is also removed.

Signed-off-by: David Lechner <dlechner@baylibre.com>
arch/arm/mach-mediatek/Kconfig
include/configs/mt8365.h [deleted file]

index f7ef17e0203c74a5c18630636f978cbcfb948089..d1d2605b2ccbe4fc34fea9d67e7d6852afe0dc76 100644 (file)
@@ -158,7 +158,6 @@ config SYS_CONFIG_NAME
        default "mt7987" if TARGET_MT7987
        default "mt7988" if TARGET_MT7988
        default "mt8183" if TARGET_MT8183
-       default "mt8365" if TARGET_MT8365
        default "mt8512" if TARGET_MT8512
        default "mt8516" if TARGET_MT8516
        default "mt8518" if TARGET_MT8518
diff --git a/include/configs/mt8365.h b/include/configs/mt8365.h
deleted file mode 100644 (file)
index e8aacf8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Configuration for MT8365 based boards
- *
- * Copyright (C) 2023 BayLibre, SAS
- * Author: Julien Masson <jmasson@baylibre.com>
- */
-
-#ifndef __MT8365_H
-#define __MT8365_H
-
-#endif