aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/comtrend/wap5813n
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/comtrend/wap5813n')
-rw-r--r--roms/u-boot/board/comtrend/wap5813n/Kconfig12
-rw-r--r--roms/u-boot/board/comtrend/wap5813n/MAINTAINERS6
-rw-r--r--roms/u-boot/board/comtrend/wap5813n/Makefile3
-rw-r--r--roms/u-boot/board/comtrend/wap5813n/wap-5813n.c6
4 files changed, 27 insertions, 0 deletions
diff --git a/roms/u-boot/board/comtrend/wap5813n/Kconfig b/roms/u-boot/board/comtrend/wap5813n/Kconfig
new file mode 100644
index 000000000..2f2a14faa
--- /dev/null
+++ b/roms/u-boot/board/comtrend/wap5813n/Kconfig
@@ -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
diff --git a/roms/u-boot/board/comtrend/wap5813n/MAINTAINERS b/roms/u-boot/board/comtrend/wap5813n/MAINTAINERS
new file mode 100644
index 000000000..f4d99796b
--- /dev/null
+++ b/roms/u-boot/board/comtrend/wap5813n/MAINTAINERS
@@ -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
diff --git a/roms/u-boot/board/comtrend/wap5813n/Makefile b/roms/u-boot/board/comtrend/wap5813n/Makefile
new file mode 100644
index 000000000..b8d4a6d5f
--- /dev/null
+++ b/roms/u-boot/board/comtrend/wap5813n/Makefile
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-y += wap-5813n.o
diff --git a/roms/u-boot/board/comtrend/wap5813n/wap-5813n.c b/roms/u-boot/board/comtrend/wap5813n/wap-5813n.c
new file mode 100644
index 000000000..1e4b7281d
--- /dev/null
+++ b/roms/u-boot/board/comtrend/wap5813n/wap-5813n.c
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
+ */
+
+#include <common.h>