diff options
Diffstat (limited to 'board/qemu-mips')
-rw-r--r-- | board/qemu-mips/Makefile | 4 | ||||
-rw-r--r-- | board/qemu-mips/qemu-mips.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/qemu-mips/Makefile b/board/qemu-mips/Makefile index 8040573ff9..98e3874090 100644 --- a/board/qemu-mips/Makefile +++ b/board/qemu-mips/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2003-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y = qemu-mips.o obj-y += lowlevel_init.o diff --git a/board/qemu-mips/qemu-mips.c b/board/qemu-mips/qemu-mips.c index 583acc2e44..414a9c001d 100644 --- a/board/qemu-mips/qemu-mips.c +++ b/board/qemu-mips/qemu-mips.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2007 * Vlad Lungu vlad.lungu@windriver.com - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |