diff options
Diffstat (limited to 'board/abilis')
-rw-r--r-- | board/abilis/tb100/Makefile | 4 | ||||
-rw-r--r-- | board/abilis/tb100/tb100.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/abilis/tb100/Makefile b/board/abilis/tb100/Makefile index 4f273b322bc..43cc777be70 100644 --- a/board/abilis/tb100/Makefile +++ b/board/abilis/tb100/Makefile @@ -1,7 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2014 Pierrick Hascoet, Abilis Systems -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += tb100.o diff --git a/board/abilis/tb100/tb100.c b/board/abilis/tb100/tb100.c index ff3632f6c03..4f8006da005 100644 --- a/board/abilis/tb100/tb100.c +++ b/board/abilis/tb100/tb100.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2014 Pierrick Hascoet, Abilis Systems - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |