diff options
Diffstat (limited to 'board/emulation/qemu-x86')
-rw-r--r-- | board/emulation/qemu-x86/Makefile | 4 | ||||
-rw-r--r-- | board/emulation/qemu-x86/start.S | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/emulation/qemu-x86/Makefile b/board/emulation/qemu-x86/Makefile index a855255be3..782e298b74 100644 --- a/board/emulation/qemu-x86/Makefile +++ b/board/emulation/qemu-x86/Makefile @@ -1,7 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += start.o diff --git a/board/emulation/qemu-x86/start.S b/board/emulation/qemu-x86/start.S index a71db69be9..e4bde561b2 100644 --- a/board/emulation/qemu-x86/start.S +++ b/board/emulation/qemu-x86/start.S @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ .globl early_board_init |