[PATCH] configs: mt8365: remove empty header file
David Lechner
dlechner at baylibre.com
Wed Jan 7 20:58:58 CET 2026
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 at baylibre.com>
---
arch/arm/mach-mediatek/Kconfig | 1 -
include/configs/mt8365.h | 12 ------------
2 files changed, 13 deletions(-)
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig
index f7ef17e0203..d1d2605b2cc 100644
--- a/arch/arm/mach-mediatek/Kconfig
+++ b/arch/arm/mach-mediatek/Kconfig
@@ -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
index e8aacf8c5df..00000000000
--- a/include/configs/mt8365.h
+++ /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 at baylibre.com>
- */
-
-#ifndef __MT8365_H
-#define __MT8365_H
-
-#endif
---
base-commit: 53c0d5b387956bb4070a943b61991898373a20e2
change-id: 20260107-mtk-mt8365-remove-empty-config-header-19dccff6f709
Best regards,
--
David Lechner <dlechner at baylibre.com>
More information about the U-Boot
mailing list