diff options
author | Álvaro Fernández Rojas | 2017-04-25 00:39:22 +0200 |
---|---|---|
committer | Daniel Schwierzeck | 2017-05-10 16:16:09 +0200 |
commit | 4a2b2724a214de764cc9250d85043f32cdd43ab9 (patch) | |
tree | d602a1c8156cb90410b997fcca347d1948f91e1b /board/huawei/hg556a/hg556a.c | |
parent | e30d2bd40eaed27c5cead1b6e337e66f2b84d30e (diff) |
MIPS: add BMIPS Huawei HG556a board
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/huawei/hg556a/hg556a.c')
-rw-r--r-- | board/huawei/hg556a/hg556a.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/huawei/hg556a/hg556a.c b/board/huawei/hg556a/hg556a.c new file mode 100644 index 00000000000..d181ca68a04 --- /dev/null +++ b/board/huawei/hg556a/hg556a.c @@ -0,0 +1,7 @@ +/* + * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#include <common.h> |