diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-05-07 20:11:32 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2017-05-10 16:16:09 +0200 |
commit | a186d2630bd92d952c953f24c412b492265289ff (patch) | |
tree | 1e8bb93b6910501c4426eef15a730ccd120a5b8e /board/sfr/nb4_ser/nb4-ser.c | |
parent | 4d6a519c68c4abc6e7ac0dc267625814668f7aee (diff) |
mips: bmips: add NeufBox 4 (Sercomm) board
This serves as an example for bcm6358-leds.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/sfr/nb4_ser/nb4-ser.c')
-rw-r--r-- | board/sfr/nb4_ser/nb4-ser.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/sfr/nb4_ser/nb4-ser.c b/board/sfr/nb4_ser/nb4-ser.c new file mode 100644 index 0000000000..d181ca68a0 --- /dev/null +++ b/board/sfr/nb4_ser/nb4-ser.c @@ -0,0 +1,7 @@ +/* + * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#include <common.h> |