diff options
Diffstat (limited to 'board/sfr')
-rw-r--r-- | board/sfr/nb4_ser/Makefile | 4 | ||||
-rw-r--r-- | board/sfr/nb4_ser/nb4-ser.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/sfr/nb4_ser/Makefile b/board/sfr/nb4_ser/Makefile index f3b1404f7c..ab7ad76b2c 100644 --- a/board/sfr/nb4_ser/Makefile +++ b/board/sfr/nb4_ser/Makefile @@ -1,5 +1,3 @@ -# -# SPDX-License-Identifier: GPL-2.0+ -# +# SPDX-License-Identifier: GPL-2.0+ obj-y += nb4-ser.o diff --git a/board/sfr/nb4_ser/nb4-ser.c b/board/sfr/nb4_ser/nb4-ser.c index d181ca68a0..1e4b7281db 100644 --- a/board/sfr/nb4_ser/nb4-ser.c +++ b/board/sfr/nb4_ser/nb4-ser.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |