diff options
Diffstat (limited to 'board/udoo/neo')
-rw-r--r-- | board/udoo/neo/Makefile | 4 | ||||
-rw-r--r-- | board/udoo/neo/neo.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/udoo/neo/Makefile b/board/udoo/neo/Makefile index 150cbc1a97..831c084ce5 100644 --- a/board/udoo/neo/Makefile +++ b/board/udoo/neo/Makefile @@ -1,6 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ # (C) Copyright 2015 UDOO Team -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := neo.o diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c index dba63d9554..828161360c 100644 --- a/board/udoo/neo/neo.c +++ b/board/udoo/neo/neo.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2014-2015 Freescale Semiconductor, Inc. * Copyright (C) Jasbir Matharu @@ -5,8 +6,6 @@ * * Author: Breno Lima <breno.lima@nxp.com> * Author: Francesco Montefoschi <francesco.monte@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/arch/clock.h> |