mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
MIPS: add BMIPS Comtrend WAP-5813n board
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:

committed by
Daniel Schwierzeck

parent
43b7ab99ec
commit
c320b923f5
12
board/comtrend/wap5813n/Kconfig
Normal file
12
board/comtrend/wap5813n/Kconfig
Normal file
@ -0,0 +1,12 @@
|
||||
if BOARD_COMTREND_WAP5813N
|
||||
|
||||
config SYS_BOARD
|
||||
default "wap5813n"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "comtrend"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "comtrend_wap5813n"
|
||||
|
||||
endif
|
6
board/comtrend/wap5813n/MAINTAINERS
Normal file
6
board/comtrend/wap5813n/MAINTAINERS
Normal file
@ -0,0 +1,6 @@
|
||||
COMTREND WAP-5813N BOARD
|
||||
M: Álvaro Fernández Rojas <noltari@gmail.com>
|
||||
S: Maintained
|
||||
F: board/comtrend/wap-5813n/
|
||||
F: include/configs/comtrend_wap-5813n.h
|
||||
F: configs/comtrend_wap5813n_ram_defconfig
|
5
board/comtrend/wap5813n/Makefile
Normal file
5
board/comtrend/wap5813n/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y += wap-5813n.o
|
7
board/comtrend/wap5813n/wap-5813n.c
Normal file
7
board/comtrend/wap5813n/wap-5813n.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