diff options
Diffstat (limited to 'board/renesas/r7780mp')
-rw-r--r-- | board/renesas/r7780mp/Makefile | 2 | ||||
-rw-r--r-- | board/renesas/r7780mp/lowlevel_init.S | 3 | ||||
-rw-r--r-- | board/renesas/r7780mp/r7780mp.c | 3 | ||||
-rw-r--r-- | board/renesas/r7780mp/r7780mp.h | 3 |
4 files changed, 4 insertions, 7 deletions
diff --git a/board/renesas/r7780mp/Makefile b/board/renesas/r7780mp/Makefile index 66813a3e13..0a387db35d 100644 --- a/board/renesas/r7780mp/Makefile +++ b/board/renesas/r7780mp/Makefile @@ -1,9 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2007,2008 Nobuhiro Iwamatsu # # board/r7780mp/Makefile # -# SPDX-License-Identifier: GPL-2.0+ obj-y := r7780mp.o extra-y += lowlevel_init.o diff --git a/board/renesas/r7780mp/lowlevel_init.S b/board/renesas/r7780mp/lowlevel_init.S index b27fe29143..7be1a1bf07 100644 --- a/board/renesas/r7780mp/lowlevel_init.S +++ b/board/renesas/r7780mp/lowlevel_init.S @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2007,2008 Nobuhiro Iwamatsu * * u-boot/board/r7780mp/lowlevel_init.S - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <config.h> diff --git a/board/renesas/r7780mp/r7780mp.c b/board/renesas/r7780mp/r7780mp.c index de259f502b..e2c5c5ba93 100644 --- a/board/renesas/r7780mp/r7780mp.c +++ b/board/renesas/r7780mp/r7780mp.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2007,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> * Copyright (C) 2008 Yusuke Goda <goda.yusuke@renesas.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/renesas/r7780mp/r7780mp.h b/board/renesas/r7780mp/r7780mp.h index 110268935c..cce66bc4d2 100644 --- a/board/renesas/r7780mp/r7780mp.h +++ b/board/renesas/r7780mp/r7780mp.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2007 Nobuhiro Iwamatsu * Copyright (C) 2008 Yusuke Goda <goda.yusuke@renesas.com> * * u-boot/board/r7780mp/r7780mp.h - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _BOARD_R7780MP_R7780MP_H_ |