]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mediatek: mt7622: Drop useless board files
authorPeng Fan <peng.fan@nxp.com>
Mon, 9 Feb 2026 01:30:06 +0000 (09:30 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 17 Feb 2026 19:50:22 +0000 (13:50 -0600)
No functions except reserving gd in the board files. The files are
useless, remove them.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/mediatek/mt7622/Makefile
board/mediatek/mt7622/mt7622_rfb.c [deleted file]

index 64f101337bf16620665cc5d7a308849ba127e107..35f3136e833b4d7f8a92233708e3e15765272b0f 100644 (file)
@@ -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 (file)
index 405f393..0000000
+++ /dev/null
@@ -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;