configs: mt7622: remove empty header file

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@mediatek.com>
Link: https://patch.msgid.link/20260428033625.109032-1-weijie.gao@mediatek.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
This commit is contained in:
Weijie Gao
2026-04-29 09:02:16 -05:00
committed by David Lechner
parent 8c15436fb2
commit 3c14cd8388
3 changed files with 0 additions and 14 deletions
-1
View File
@@ -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
-1
View File
@@ -2,5 +2,4 @@ MT7622
M: Sam Shih <sam.shih@mediatek.com>
S: Maintained
F: board/mediatek/mt7622
F: include/configs/mt7622.h
F: configs/mt7622_rfb_defconfig
-12
View File
@@ -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@mediatek.com>
*/
#ifndef __MT7622_H
#define __MT7622_H
#endif