[PATCH] configs: mt7622: remove empty header file
Weijie Gao
weijie.gao at mediatek.com
Tue Apr 21 10:56:27 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 -
include/configs/mt7622.h | 12 ------------
2 files changed, 13 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/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