MIPS: add BMIPS Comtrend VR-3032u board
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Daniel Schwierzeck
parent
6a235bb87b
commit
77ca99d1a0
12
board/comtrend/vr3032u/Kconfig
Normal file
12
board/comtrend/vr3032u/Kconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
if BOARD_COMTREND_VR3032U
|
||||
|
||||
config SYS_BOARD
|
||||
default "vr3032u"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "comtrend"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "comtrend_vr3032u"
|
||||
|
||||
endif
|
||||
6
board/comtrend/vr3032u/MAINTAINERS
Normal file
6
board/comtrend/vr3032u/MAINTAINERS
Normal file
@@ -0,0 +1,6 @@
|
||||
COMTREND VR-3032U BOARD
|
||||
M: Álvaro Fernández Rojas <noltari@gmail.com>
|
||||
S: Maintained
|
||||
F: board/comtrend/vr-3032u/
|
||||
F: include/configs/comtrend_vr-3032u.h
|
||||
F: configs/comtrend_vr3032u_ram_defconfig
|
||||
5
board/comtrend/vr3032u/Makefile
Normal file
5
board/comtrend/vr3032u/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y += vr-3032u.o
|
||||
7
board/comtrend/vr3032u/vr-3032u.c
Normal file
7
board/comtrend/vr3032u/vr-3032u.c
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
Reference in New Issue
Block a user