mediatek: mt7622: Drop useless board files

No functions except reserving gd in the board files. The files are
useless, remove them.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan 2026-02-09 09:30:06 +08:00 committed by Tom Rini
parent 090536b8e6
commit 87b9ccf6e4
2 changed files with 1 additions and 13 deletions

View File

@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
obj-y += mt7622_rfb.o
obj-y +=

View File

@ -1,12 +0,0 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2018 MediaTek Inc.
* Author: Sam Shih <sam.shih@mediatek.com>
*/
#include <config.h>
#include <env.h>
#include <init.h>
#include <asm/global_data.h>
DECLARE_GLOBAL_DATA_PTR;