diff options
Diffstat (limited to 'board/cavium/thunderx')
-rw-r--r-- | board/cavium/thunderx/Makefile | 4 | ||||
-rw-r--r-- | board/cavium/thunderx/atf.c | 3 | ||||
-rw-r--r-- | board/cavium/thunderx/thunderx.c | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/board/cavium/thunderx/Makefile b/board/cavium/thunderx/Makefile index c78c414cdf..4088c7678d 100644 --- a/board/cavium/thunderx/Makefile +++ b/board/cavium/thunderx/Makefile @@ -1,8 +1,6 @@ -# -# +# SPDX-License-Identifier: GPL-2.0+ # (C) Copyright 2014, Cavium Inc. # -# SPDX-License-Identifier: GPL-2.0+ # obj-y := thunderx.o atf.o diff --git a/board/cavium/thunderx/atf.c b/board/cavium/thunderx/atf.c index 51b4a9fa27..2e7ba69d76 100644 --- a/board/cavium/thunderx/atf.c +++ b/board/cavium/thunderx/atf.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /** * (C) Copyright 2014, Cavium Inc. - * - * SPDX-License-Identifier: GPL-2.0+ **/ #include <common.h> diff --git a/board/cavium/thunderx/thunderx.c b/board/cavium/thunderx/thunderx.c index 02253af5d9..cf55b633c3 100644 --- a/board/cavium/thunderx/thunderx.c +++ b/board/cavium/thunderx/thunderx.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /** * (C) Copyright 2014, Cavium Inc. - * - * SPDX-License-Identifier: GPL-2.0+ **/ #include <common.h> |