summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2026-02-09 09:30:06 +0800
committerTom Rini <[email protected]>2026-02-17 13:50:22 -0600
commit87b9ccf6e429323a64359df119df75ddb9d6ddea (patch)
treea0527d0526e3717051cf769113e5352423801d0e
parent090536b8e6f89b31698e20c2a48e1c7ca50e1555 (diff)
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 <[email protected]>
-rw-r--r--board/mediatek/mt7622/Makefile2
-rw-r--r--board/mediatek/mt7622/mt7622_rfb.c12
2 files changed, 1 insertions, 13 deletions
diff --git a/board/mediatek/mt7622/Makefile b/board/mediatek/mt7622/Makefile
index 64f101337bf..35f3136e833 100644
--- a/board/mediatek/mt7622/Makefile
+++ b/board/mediatek/mt7622/Makefile
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
-obj-y += mt7622_rfb.o
+obj-y +=
diff --git a/board/mediatek/mt7622/mt7622_rfb.c b/board/mediatek/mt7622/mt7622_rfb.c
deleted file mode 100644
index 405f393aade..00000000000
--- a/board/mediatek/mt7622/mt7622_rfb.c
+++ /dev/null
@@ -1,12 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-/*
- * Copyright (C) 2018 MediaTek Inc.
- * Author: Sam Shih <[email protected]>
- */
-
-#include <config.h>
-#include <env.h>
-#include <init.h>
-#include <asm/global_data.h>
-
-DECLARE_GLOBAL_DATA_PTR;