aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/comtrend/ar5387un
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/comtrend/ar5387un')
-rw-r--r--roms/u-boot/board/comtrend/ar5387un/Kconfig12
-rw-r--r--roms/u-boot/board/comtrend/ar5387un/MAINTAINERS6
-rw-r--r--roms/u-boot/board/comtrend/ar5387un/Makefile3
-rw-r--r--roms/u-boot/board/comtrend/ar5387un/ar-5387un.c6
4 files changed, 27 insertions, 0 deletions
diff --git a/roms/u-boot/board/comtrend/ar5387un/Kconfig b/roms/u-boot/board/comtrend/ar5387un/Kconfig
new file mode 100644
index 000000000..45ab7e284
--- /dev/null
+++ b/roms/u-boot/board/comtrend/ar5387un/Kconfig
@@ -0,0 +1,12 @@
+if BOARD_COMTREND_AR5387UN
+
+config SYS_BOARD
+ default "ar5387un"
+
+config SYS_VENDOR
+ default "comtrend"
+
+config SYS_CONFIG_NAME
+ default "comtrend_ar5387un"
+
+endif
diff --git a/roms/u-boot/board/comtrend/ar5387un/MAINTAINERS b/roms/u-boot/board/comtrend/ar5387un/MAINTAINERS
new file mode 100644
index 000000000..bcaac64db
--- /dev/null
+++ b/roms/u-boot/board/comtrend/ar5387un/MAINTAINERS
@@ -0,0 +1,6 @@
+COMTREND AR-5387UN BOARD
+M: Álvaro Fernández Rojas <noltari@gmail.com>
+S: Maintained
+F: board/comtrend/ar-5387un/
+F: include/configs/comtrend_ar5387un.h
+F: configs/comtrend_ar5387un_ram_defconfig
diff --git a/roms/u-boot/board/comtrend/ar5387un/Makefile b/roms/u-boot/board/comtrend/ar5387un/Makefile
new file mode 100644
index 000000000..572ae1f09
--- /dev/null
+++ b/roms/u-boot/board/comtrend/ar5387un/Makefile
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-y += ar-5387un.o
diff --git a/roms/u-boot/board/comtrend/ar5387un/ar-5387un.c b/roms/u-boot/board/comtrend/ar5387un/ar-5387un.c
new file mode 100644
index 000000000..1e4b7281d
--- /dev/null
+++ b/roms/u-boot/board/comtrend/ar5387un/ar-5387un.c
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
+ */
+
+#include <common.h>