diff options
Diffstat (limited to 'board/compulab/cm_t54')
-rw-r--r-- | board/compulab/cm_t54/Makefile | 4 | ||||
-rw-r--r-- | board/compulab/cm_t54/cm_t54.c | 3 | ||||
-rw-r--r-- | board/compulab/cm_t54/mux.c | 3 | ||||
-rw-r--r-- | board/compulab/cm_t54/spl.c | 3 |
4 files changed, 4 insertions, 9 deletions
diff --git a/board/compulab/cm_t54/Makefile b/board/compulab/cm_t54/Makefile index 298ddd2d1d..a907074414 100644 --- a/board/compulab/cm_t54/Makefile +++ b/board/compulab/cm_t54/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2014 Compulab Ltd - http://compulab.co.il/ # # Author: Dmitry Lifshitz <lifshitz@compulab.co.il> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += cm_t54.o obj-$(CONFIG_SPL_BUILD) += mux.o spl.o diff --git a/board/compulab/cm_t54/cm_t54.c b/board/compulab/cm_t54/cm_t54.c index a1aeafbafd..504a537f45 100644 --- a/board/compulab/cm_t54/cm_t54.c +++ b/board/compulab/cm_t54/cm_t54.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Board functions for Compulab CM-T54 board * * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ * * Author: Dmitry Lifshitz <lifshitz@compulab.co.il> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/compulab/cm_t54/mux.c b/board/compulab/cm_t54/mux.c index 45d868f0df..50d58217e4 100644 --- a/board/compulab/cm_t54/mux.c +++ b/board/compulab/cm_t54/mux.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Pinmux configuration for Compulab CM-T54 board * * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ * * Author: Dmitry Lifshitz <lifshitz@compulab.co.il> - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _CM_T54_MUX_DATA_H diff --git a/board/compulab/cm_t54/spl.c b/board/compulab/cm_t54/spl.c index 5c7b2c8e93..9daec634cc 100644 --- a/board/compulab/cm_t54/spl.c +++ b/board/compulab/cm_t54/spl.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * SPL specific code for Compulab CM-T54 board * * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ * * Author: Dmitry Lifshitz <lifshitz@compulab.co.il> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/emif.h> |