diff options
Diffstat (limited to 'board/ti/ti816x')
-rw-r--r-- | board/ti/ti816x/Makefile | 4 | ||||
-rw-r--r-- | board/ti/ti816x/evm.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/ti/ti816x/Makefile b/board/ti/ti816x/Makefile index f1cc3d5616..f12712aea6 100644 --- a/board/ti/ti816x/Makefile +++ b/board/ti/ti816x/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # # Copyright (C) 2013, Adeneo Embedded <www.adeneo-embedded.com> # Antoine Tenart, <atenart@adeneo-embedded.com> @@ -5,8 +6,5 @@ # Based on TI-PSP-04.00.02.14 : # # Copyright (C) 2009, Texas Instruments, Incorporated -# -# SPDX-License-Identifier: GPL-2.0 -# obj-y := evm.o diff --git a/board/ti/ti816x/evm.c b/board/ti/ti816x/evm.c index abc961a86e..07a084bab8 100644 --- a/board/ti/ti816x/evm.c +++ b/board/ti/ti816x/evm.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * evm.c * * Copyright (C) 2013, Adeneo Embedded <www.adeneo-embedded.com> * Antoine Tenart, <atenart@adeneo-embedded.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |