diff options
Diffstat (limited to 'board/laird/wb45n')
-rw-r--r-- | board/laird/wb45n/Makefile | 4 | ||||
-rw-r--r-- | board/laird/wb45n/wb45n.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/laird/wb45n/Makefile b/board/laird/wb45n/Makefile index fc645ddc53..2971c6c952 100644 --- a/board/laird/wb45n/Makefile +++ b/board/laird/wb45n/Makefile @@ -1,6 +1,4 @@ -# -# -# SPDX-License-Identifier: GPL-2.0+ +# SPDX-License-Identifier: GPL-2.0+ # obj-y += wb45n.o diff --git a/board/laird/wb45n/wb45n.c b/board/laird/wb45n/wb45n.c index 5914071647..e7f31ec9e7 100644 --- a/board/laird/wb45n/wb45n.c +++ b/board/laird/wb45n/wb45n.c @@ -1,6 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0+ /* - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |