diff options
Diffstat (limited to 'board/espt')
-rw-r--r-- | board/espt/Makefile | 4 | ||||
-rw-r--r-- | board/espt/espt.c | 3 | ||||
-rw-r--r-- | board/espt/lowlevel_init.S | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/board/espt/Makefile b/board/espt/Makefile index f24e9cf49a..8f333a5d3c 100644 --- a/board/espt/Makefile +++ b/board/espt/Makefile @@ -1,11 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2009 Renesas Solutions Corp. # Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> # # board/espt/Makefile -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := espt.o extra-y += lowlevel_init.o diff --git a/board/espt/espt.c b/board/espt/espt.c index 9ab71fe171..8cdaf6300c 100644 --- a/board/espt/espt.c +++ b/board/espt/espt.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2009 Renesas Solutions Corp. * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * * board/espt/espt.c - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/espt/lowlevel_init.S b/board/espt/lowlevel_init.S index ec9fb883f5..0a44487fb2 100644 --- a/board/espt/lowlevel_init.S +++ b/board/espt/lowlevel_init.S @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2009 Renesas Solutions Corp. * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * * board/espt/lowlevel_init.S - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <config.h> |