diff options
Diffstat (limited to 'board/Marvell/aspenite')
-rw-r--r-- | board/Marvell/aspenite/Makefile | 4 | ||||
-rw-r--r-- | board/Marvell/aspenite/aspenite.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/Marvell/aspenite/Makefile b/board/Marvell/aspenite/Makefile index 726d0e43d5..f67a978a12 100644 --- a/board/Marvell/aspenite/Makefile +++ b/board/Marvell/aspenite/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2010 # Marvell Semiconductor <www.marvell.com> # Written-by: Prafulla Wadaskar <prafulla@marvell.com> # Contributor: Mahavir Jain <mjain@marvell.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := aspenite.o diff --git a/board/Marvell/aspenite/aspenite.c b/board/Marvell/aspenite/aspenite.c index 0ef63b7b7c..c4e506ff3b 100644 --- a/board/Marvell/aspenite/aspenite.c +++ b/board/Marvell/aspenite/aspenite.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2010 * Marvell Semiconductor <www.marvell.com> * Written-by: Prafulla Wadaskar <prafulla@marvell.com> * Contributor: Mahavir Jain <mjain@marvell.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |