
On 20.01.2018 19:16, Álvaro Fernández Rojas wrote:
Signed-off-by: Álvaro Fernández Rojas noltari@gmail.com
v2: no changes
arch/mips/dts/Makefile | 1 + arch/mips/dts/comtrend,ar-5315u.dts | 85 ++++++++++++++++++++++++++++++++++ arch/mips/mach-bmips/Kconfig | 12 +++++ board/comtrend/ar5315u/Kconfig | 12 +++++ board/comtrend/ar5315u/MAINTAINERS | 6 +++ board/comtrend/ar5315u/Makefile | 5 ++ board/comtrend/ar5315u/ar-5315u.c | 7 +++ configs/comtrend_ar5315u_ram_defconfig | 51 ++++++++++++++++++++ include/configs/comtrend_ar5315u.h | 16 +++++++ 9 files changed, 195 insertions(+) create mode 100644 arch/mips/dts/comtrend,ar-5315u.dts create mode 100644 board/comtrend/ar5315u/Kconfig create mode 100644 board/comtrend/ar5315u/MAINTAINERS create mode 100644 board/comtrend/ar5315u/Makefile create mode 100644 board/comtrend/ar5315u/ar-5315u.c create mode 100644 configs/comtrend_ar5315u_ram_defconfig create mode 100644 include/configs/comtrend_ar5315u.h
Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com