diff options
Diffstat (limited to 'board/intel/cherryhill')
-rw-r--r-- | board/intel/cherryhill/Makefile | 4 | ||||
-rw-r--r-- | board/intel/cherryhill/cherryhill.c | 3 | ||||
-rw-r--r-- | board/intel/cherryhill/start.S | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/board/intel/cherryhill/Makefile b/board/intel/cherryhill/Makefile index 0dbb055f970..b09581a9195 100644 --- a/board/intel/cherryhill/Makefile +++ b/board/intel/cherryhill/Makefile @@ -1,7 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += cherryhill.o start.o diff --git a/board/intel/cherryhill/cherryhill.c b/board/intel/cherryhill/cherryhill.c index d86dc97692c..695af6bb7ec 100644 --- a/board/intel/cherryhill/cherryhill.c +++ b/board/intel/cherryhill/cherryhill.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/intel/cherryhill/start.S b/board/intel/cherryhill/start.S index 11af9de1a6a..2e3e7f84094 100644 --- a/board/intel/cherryhill/start.S +++ b/board/intel/cherryhill/start.S @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ .globl early_board_init |