diff options
Diffstat (limited to 'board/AndesTech/nx25-ae250')
-rw-r--r-- | board/AndesTech/nx25-ae250/Makefile | 4 | ||||
-rw-r--r-- | board/AndesTech/nx25-ae250/nx25-ae250.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/AndesTech/nx25-ae250/Makefile b/board/AndesTech/nx25-ae250/Makefile index 66b681492c..e30b2d3c27 100644 --- a/board/AndesTech/nx25-ae250/Makefile +++ b/board/AndesTech/nx25-ae250/Makefile @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2017 Andes Technology Corporation. # Rick Chen, Andes Technology Corporation <rick@andestech.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := nx25-ae250.o diff --git a/board/AndesTech/nx25-ae250/nx25-ae250.c b/board/AndesTech/nx25-ae250/nx25-ae250.c index 6e31be3505..4bb618b32c 100644 --- a/board/AndesTech/nx25-ae250/nx25-ae250.c +++ b/board/AndesTech/nx25-ae250/nx25-ae250.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017 Andes Technology Corporation * Rick Chen, Andes Technology Corporation <rick@andestech.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/mach-types.h> |