diff options
Diffstat (limited to 'board/technexion')
-rw-r--r-- | board/technexion/pico-imx6ul/Makefile | 4 | ||||
-rw-r--r-- | board/technexion/pico-imx6ul/imximage.cfg | 3 | ||||
-rw-r--r-- | board/technexion/pico-imx6ul/pico-imx6ul.c | 3 | ||||
-rw-r--r-- | board/technexion/pico-imx7d/Makefile | 4 | ||||
-rw-r--r-- | board/technexion/pico-imx7d/imximage.cfg | 3 | ||||
-rw-r--r-- | board/technexion/pico-imx7d/pico-imx7d.c | 3 | ||||
-rw-r--r-- | board/technexion/tao3530/Makefile | 4 | ||||
-rw-r--r-- | board/technexion/tao3530/tao3530.c | 3 | ||||
-rw-r--r-- | board/technexion/tao3530/tao3530.h | 3 | ||||
-rw-r--r-- | board/technexion/twister/Makefile | 4 | ||||
-rw-r--r-- | board/technexion/twister/twister.c | 3 | ||||
-rw-r--r-- | board/technexion/twister/twister.h | 3 |
12 files changed, 12 insertions, 28 deletions
diff --git a/board/technexion/pico-imx6ul/Makefile b/board/technexion/pico-imx6ul/Makefile index ac8ff9e5482..8fdb7875acd 100644 --- a/board/technexion/pico-imx6ul/Makefile +++ b/board/technexion/pico-imx6ul/Makefile @@ -1,7 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ # (C) Copyright 2015 Technexion Ltd. # (C) Copyright 2015 Freescale Semiconductor, Inc. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := pico-imx6ul.o diff --git a/board/technexion/pico-imx6ul/imximage.cfg b/board/technexion/pico-imx6ul/imximage.cfg index c753a710c16..ad9cc5a8f11 100644 --- a/board/technexion/pico-imx6ul/imximage.cfg +++ b/board/technexion/pico-imx6ul/imximage.cfg @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2015 Freescale Semiconductor, Inc. * - * SPDX-License-Identifier: GPL-2.0+ - * * Refer doc/README.imximage for more details about how-to configure * and create imximage boot image * diff --git a/board/technexion/pico-imx6ul/pico-imx6ul.c b/board/technexion/pico-imx6ul/pico-imx6ul.c index 39f7e016fd0..8c767782760 100644 --- a/board/technexion/pico-imx6ul/pico-imx6ul.c +++ b/board/technexion/pico-imx6ul/pico-imx6ul.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015 Technexion Ltd. * * Author: Richard Hu <richard.hu@technexion.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/arch/clock.h> diff --git a/board/technexion/pico-imx7d/Makefile b/board/technexion/pico-imx7d/Makefile index 42cca470a61..6cfa80368da 100644 --- a/board/technexion/pico-imx7d/Makefile +++ b/board/technexion/pico-imx7d/Makefile @@ -1,6 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ # (C) Copyright 2017 NXP Semiconductors -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := pico-imx7d.o diff --git a/board/technexion/pico-imx7d/imximage.cfg b/board/technexion/pico-imx7d/imximage.cfg index 202956a1b0f..c5caff46b4f 100644 --- a/board/technexion/pico-imx7d/imximage.cfg +++ b/board/technexion/pico-imx7d/imximage.cfg @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2017 Freescale Semiconductor, Inc. * - * SPDX-License-Identifier: GPL-2.0+ - * * Refer docs/README.imxmage for more details about how-to configure * and create imximage boot image * diff --git a/board/technexion/pico-imx7d/pico-imx7d.c b/board/technexion/pico-imx7d/pico-imx7d.c index 67bab51dfd4..44c81ecdb3f 100644 --- a/board/technexion/pico-imx7d/pico-imx7d.c +++ b/board/technexion/pico-imx7d/pico-imx7d.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017 NXP Semiconductors - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/arch/clock.h> diff --git a/board/technexion/tao3530/Makefile b/board/technexion/tao3530/Makefile index 2aff38311cf..0297daf64e0 100644 --- a/board/technexion/tao3530/Makefile +++ b/board/technexion/tao3530/Makefile @@ -1,5 +1,3 @@ -# -# SPDX-License-Identifier: GPL-2.0+ -# +# SPDX-License-Identifier: GPL-2.0+ obj-y := tao3530.o diff --git a/board/technexion/tao3530/tao3530.c b/board/technexion/tao3530/tao3530.c index c5966e35716..22d26e550e0 100644 --- a/board/technexion/tao3530/tao3530.c +++ b/board/technexion/tao3530/tao3530.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Maintainer : * Tapani Utriainen <linuxfae@technexion.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <netdev.h> diff --git a/board/technexion/tao3530/tao3530.h b/board/technexion/tao3530/tao3530.h index 4a94399fc98..f5ffce871da 100644 --- a/board/technexion/tao3530/tao3530.h +++ b/board/technexion/tao3530/tao3530.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright TechNexion 2010 * Edward Lin <linuxfae@technexion.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _TAO3530_H_ #define _TAO3530_H_ diff --git a/board/technexion/twister/Makefile b/board/technexion/twister/Makefile index 2a910211fd3..3408dc04b25 100644 --- a/board/technexion/twister/Makefile +++ b/board/technexion/twister/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2011 Ilya Yanok, Emcraft Systems # # Based on ti/evm/Makefile -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := twister.o diff --git a/board/technexion/twister/twister.c b/board/technexion/twister/twister.c index 8c38f14cded..1166886e1d3 100644 --- a/board/technexion/twister/twister.c +++ b/board/technexion/twister/twister.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2011 * Stefano Babic, DENX Software Engineering, sbabic@denx.de. * * Copyright (C) 2009 TechNexion Ltd. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/technexion/twister/twister.h b/board/technexion/twister/twister.h index e286bd4522f..a56187db8a5 100644 --- a/board/technexion/twister/twister.h +++ b/board/technexion/twister/twister.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2011 * Stefano Babic, DENX Software Engineering, sbabic@denx.de. * * Copyright (C) 2010 TechNexion Ltd. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _TAM3517_H_ |