summaryrefslogtreecommitdiff
path: root/board/mediatek/mt7628/board.c
diff options
context:
space:
mode:
authorWeijie Gao <weijie.gao@mediatek.com>2020-04-21 09:28:49 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2020-04-27 20:30:13 +0200
commit6bd888b63be40342bfa8f7780ac778310140f4d9 (patch)
treeec55b391d5575900ba7a2334601fbe671dc05120 /board/mediatek/mt7628/board.c
parent757cbbe95692745ec7cbe74ef676dba1c00c3b49 (diff)
mips: mtmips: add support for mt7628-rfb
This patch adds support for mt7628 reference board. SPL_DM and DT are not enabled for SPL to save about 17KiB for u-boot-spl.bin. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'board/mediatek/mt7628/board.c')
-rw-r--r--board/mediatek/mt7628/board.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/mediatek/mt7628/board.c b/board/mediatek/mt7628/board.c
new file mode 100644
index 00000000000..f837a06fbbf
--- /dev/null
+++ b/board/mediatek/mt7628/board.c
@@ -0,0 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2020 MediaTek Inc. All Rights Reserved.
+ *
+ * Author: Weijie Gao <weijie.gao@mediatek.com>
+ */
+
+#include <common.h>