[PATCH v2] configs: mt7622: remove empty header file

Weijie Gao weijie.gao at mediatek.com
Tue Apr 28 05:36:25 CEST 2026


Remove the empty include/configs/mt7622.h header file as it is not needed.
The Kconfig entry that referenced it is also removed.

Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
---
 arch/arm/mach-mediatek/Kconfig    |  1 -
 board/mediatek/mt7622/MAINTAINERS |  1 -
 include/configs/mt7622.h          | 12 ------------
 3 files changed, 14 deletions(-)
 delete mode 100644 include/configs/mt7622.h

diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig
index b5b06f4e5b2..80f7185e929 100644
--- a/arch/arm/mach-mediatek/Kconfig
+++ b/arch/arm/mach-mediatek/Kconfig
@@ -195,7 +195,6 @@ config SYS_BOARD
 	  be used.
 
 config SYS_CONFIG_NAME
-	default "mt7622" if TARGET_MT7622
 	default "mt7623" if TARGET_MT7623
 	default "mt7629" if TARGET_MT7629
 	default "mt7981" if TARGET_MT7981
diff --git a/board/mediatek/mt7622/MAINTAINERS b/board/mediatek/mt7622/MAINTAINERS
index a3e0e75ca07..067f33bb39f 100644
--- a/board/mediatek/mt7622/MAINTAINERS
+++ b/board/mediatek/mt7622/MAINTAINERS
@@ -2,5 +2,4 @@ MT7622
 M:	Sam Shih <sam.shih at mediatek.com>
 S:	Maintained
 F:	board/mediatek/mt7622
-F:	include/configs/mt7622.h
 F:	configs/mt7622_rfb_defconfig
diff --git a/include/configs/mt7622.h b/include/configs/mt7622.h
deleted file mode 100644
index 4a056954bf8..00000000000
--- a/include/configs/mt7622.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * Configuration for MediaTek MT7629 SoC
- *
- * Copyright (C) 2019 MediaTek Inc.
- * Author: Sam Shih <sam.shih at mediatek.com>
- */
-
-#ifndef __MT7622_H
-#define __MT7622_H
-
-#endif
-- 
2.45.2



More information about the U-Boot mailing list