diff options
Diffstat (limited to 'board/renesas/MigoR')
-rw-r--r-- | board/renesas/MigoR/Makefile | 2 | ||||
-rw-r--r-- | board/renesas/MigoR/lowlevel_init.S | 3 | ||||
-rw-r--r-- | board/renesas/MigoR/migo_r.c | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/board/renesas/MigoR/Makefile b/board/renesas/MigoR/Makefile index 0686f9749e..944a3bfe2c 100644 --- a/board/renesas/MigoR/Makefile +++ b/board/renesas/MigoR/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2007 # Nobuhiro Iwamatsu <iwamatsu@nigauri.org> @@ -7,7 +8,6 @@ # # board/MigoR/Makefile # -# SPDX-License-Identifier: GPL-2.0+ obj-y := migo_r.o extra-y += lowlevel_init.o diff --git a/board/renesas/MigoR/lowlevel_init.S b/board/renesas/MigoR/lowlevel_init.S index 322e17779e..1b494faeb0 100644 --- a/board/renesas/MigoR/lowlevel_init.S +++ b/board/renesas/MigoR/lowlevel_init.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2007-2008 * Nobuhiro Iwamatsu <iwamatsu@nigauri.org> @@ -6,8 +7,6 @@ * Kenati Technologies, Inc. * * board/MigoR/lowlevel_init.S - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <config.h> diff --git a/board/renesas/MigoR/migo_r.c b/board/renesas/MigoR/migo_r.c index 6409a73de1..767c45cc9c 100644 --- a/board/renesas/MigoR/migo_r.c +++ b/board/renesas/MigoR/migo_r.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2007 * Nobuhiro Iwamatsu <iwamatsu@nigauri.org> @@ -6,8 +7,6 @@ * Kenati Technologies, Inc. * * board/MigoR/migo_r.c - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |