mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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:
parent
090536b8e6
commit
87b9ccf6e4
@ -1,3 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
obj-y += mt7622_rfb.o
|
||||
obj-y +=
|
||||
|
||||
@ -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;
|
||||
Loading…
x
Reference in New Issue
Block a user