diff options
Diffstat (limited to 'board/8dtech')
-rw-r--r-- | board/8dtech/eco5pk/Makefile | 4 | ||||
-rw-r--r-- | board/8dtech/eco5pk/eco5pk.c | 3 | ||||
-rw-r--r-- | board/8dtech/eco5pk/eco5pk.h | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/board/8dtech/eco5pk/Makefile b/board/8dtech/eco5pk/Makefile index 3333781fb6..114fe1b215 100644 --- a/board/8dtech/eco5pk/Makefile +++ b/board/8dtech/eco5pk/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000, 2001, 2002 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # Adapted from ti/evm/Makefile -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := eco5pk.o diff --git a/board/8dtech/eco5pk/eco5pk.c b/board/8dtech/eco5pk/eco5pk.c index 0f5ce7d7ef..e05928f322 100644 --- a/board/8dtech/eco5pk/eco5pk.c +++ b/board/8dtech/eco5pk/eco5pk.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * eco5pk.c - board file for 8D Technology's AM3517 based eco5pk board * @@ -5,8 +6,6 @@ * * Copyright (C) 2011-2012 8D Technologies inc. * Copyright (C) 2009 Texas Instruments Incorporated - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <netdev.h> diff --git a/board/8dtech/eco5pk/eco5pk.h b/board/8dtech/eco5pk/eco5pk.h index acf2b80307..7c8fcb0be3 100644 --- a/board/8dtech/eco5pk/eco5pk.h +++ b/board/8dtech/eco5pk/eco5pk.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * eco5.h - Header file for the 8D Technologies ECO5 board. * @@ -6,8 +7,6 @@ * * Copyright (C) 2011 8D Technologies inc. * Copyright (C) 2009 Texas Instruments Incorporated - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _ECO5PK_H__ |