diff options
Diffstat (limited to 'board/overo/spl.c')
-rw-r--r-- | board/overo/spl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/overo/spl.c b/board/overo/spl.c index 5af780efc9..d577e00fbc 100644 --- a/board/overo/spl.c +++ b/board/overo/spl.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Maintainer : Steve Sakoman <steve@sakoman.com> * @@ -9,8 +10,6 @@ * * (C) Copyright 2004-2008 * Texas Instruments, <www.ti.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/io.h> #include <asm/arch/mem.h> |