diff options
Diffstat (limited to 'board/udoo/neo/neo.c')
-rw-r--r-- | board/udoo/neo/neo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c index dba63d95544..828161360cb 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> |