diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-04-25 00:39:24 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2017-05-10 16:16:09 +0200 |
commit | 0642f485dc7b22e147ec85180af1f524c04b46ce (patch) | |
tree | 88d9aa778d5a735e4b4155cc8adb270102b113ee /board/comtrend/ar5387un/ar-5387un.c | |
parent | 6471a225e708f550077d0f6c6c1b9e8773b5e9d6 (diff) |
MIPS: add BMIPS Comtrend AR-5387un board
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/comtrend/ar5387un/ar-5387un.c')
-rw-r--r-- | board/comtrend/ar5387un/ar-5387un.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/comtrend/ar5387un/ar-5387un.c b/board/comtrend/ar5387un/ar-5387un.c new file mode 100644 index 0000000000..d181ca68a0 --- /dev/null +++ b/board/comtrend/ar5387un/ar-5387un.c @@ -0,0 +1,7 @@ +/* + * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#include <common.h> |