diff options
Diffstat (limited to 'board/compulab/cm_t43')
-rw-r--r-- | board/compulab/cm_t43/Makefile | 4 | ||||
-rw-r--r-- | board/compulab/cm_t43/board.h | 3 | ||||
-rw-r--r-- | board/compulab/cm_t43/cm_t43.c | 3 | ||||
-rw-r--r-- | board/compulab/cm_t43/mux.c | 3 | ||||
-rw-r--r-- | board/compulab/cm_t43/spl.c | 3 |
5 files changed, 5 insertions, 11 deletions
diff --git a/board/compulab/cm_t43/Makefile b/board/compulab/cm_t43/Makefile index c749659b26..6fa231a045 100644 --- a/board/compulab/cm_t43/Makefile +++ b/board/compulab/cm_t43/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Makefile # # Copyright (C) 2015 Compulab, Ltd. -# -# SPDX-License-Identifier: GPL-2.0+ -# ifdef CONFIG_SPL_BUILD obj-y += spl.o mux.o diff --git a/board/compulab/cm_t43/board.h b/board/compulab/cm_t43/board.h index b585db03ba..fcacd2bc0f 100644 --- a/board/compulab/cm_t43/board.h +++ b/board/compulab/cm_t43/board.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2015 Compulab, Ltd. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _BOARD_H_ diff --git a/board/compulab/cm_t43/cm_t43.c b/board/compulab/cm_t43/cm_t43.c index bdbea4f5e5..2aa453471d 100644 --- a/board/compulab/cm_t43/cm_t43.c +++ b/board/compulab/cm_t43/cm_t43.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015 Compulab, Ltd. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/compulab/cm_t43/mux.c b/board/compulab/cm_t43/mux.c index d4bf4b25c7..778ea05e84 100644 --- a/board/compulab/cm_t43/mux.c +++ b/board/compulab/cm_t43/mux.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015 Compulab, Ltd. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/compulab/cm_t43/spl.c b/board/compulab/cm_t43/spl.c index ccdf6b3e34..7da9a9ad86 100644 --- a/board/compulab/cm_t43/spl.c +++ b/board/compulab/cm_t43/spl.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2016 Compulab, Ltd. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |