diff options
Diffstat (limited to 'board/qca/ap143')
-rw-r--r-- | board/qca/ap143/Makefile | 4 | ||||
-rw-r--r-- | board/qca/ap143/ap143.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/qca/ap143/Makefile b/board/qca/ap143/Makefile index 00f78376ec..bf9fd83af9 100644 --- a/board/qca/ap143/Makefile +++ b/board/qca/ap143/Makefile @@ -1,5 +1,3 @@ -# -# SPDX-License-Identifier: GPL-2.0+ -# +# SPDX-License-Identifier: GPL-2.0+ obj-y = ap143.o diff --git a/board/qca/ap143/ap143.c b/board/qca/ap143/ap143.c index 1ebd362256..8ee26ababa 100644 --- a/board/qca/ap143/ap143.c +++ b/board/qca/ap143/ap143.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |