diff options
Diffstat (limited to 'board/renesas/r0p7734')
-rw-r--r-- | board/renesas/r0p7734/Makefile | 2 | ||||
-rw-r--r-- | board/renesas/r0p7734/lowlevel_init.S | 3 | ||||
-rw-r--r-- | board/renesas/r0p7734/r0p7734.c | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/board/renesas/r0p7734/Makefile b/board/renesas/r0p7734/Makefile index bfe52d6dc9..8d98016cbe 100644 --- a/board/renesas/r0p7734/Makefile +++ b/board/renesas/r0p7734/Makefile @@ -1,7 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2011 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> # -# SPDX-License-Identifier: GPL-2.0+ obj-y := r0p7734.o extra-y += lowlevel_init.o diff --git a/board/renesas/r0p7734/lowlevel_init.S b/board/renesas/r0p7734/lowlevel_init.S index c2fa5656a4..feb92f0cf4 100644 --- a/board/renesas/r0p7734/lowlevel_init.S +++ b/board/renesas/r0p7734/lowlevel_init.S @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2011 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> * Copyright (C) 2011 Renesas Solutions Corp. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <config.h> #include <asm/processor.h> diff --git a/board/renesas/r0p7734/r0p7734.c b/board/renesas/r0p7734/r0p7734.c index d0b4537513..7ebde48d29 100644 --- a/board/renesas/r0p7734/r0p7734.c +++ b/board/renesas/r0p7734/r0p7734.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2011 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> * Copyright (C) 2011 Renesas Solutions Corp. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |