diff options
Diffstat (limited to 'board/ms7720se')
-rw-r--r-- | board/ms7720se/Makefile | 2 | ||||
-rw-r--r-- | board/ms7720se/lowlevel_init.S | 3 | ||||
-rw-r--r-- | board/ms7720se/ms7720se.c | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/board/ms7720se/Makefile b/board/ms7720se/Makefile index 66c25fa6f3b..d3a8e19d0b4 100644 --- a/board/ms7720se/Makefile +++ b/board/ms7720se/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2007 # Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> @@ -10,7 +11,6 @@ # # board/ms7720se/Makefile # -# SPDX-License-Identifier: GPL-2.0+ obj-y := ms7720se.o extra-y += lowlevel_init.o diff --git a/board/ms7720se/lowlevel_init.S b/board/ms7720se/lowlevel_init.S index 3f3d21e233e..871d6a81d5a 100644 --- a/board/ms7720se/lowlevel_init.S +++ b/board/ms7720se/lowlevel_init.S @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2007 * Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/macro.h> diff --git a/board/ms7720se/ms7720se.c b/board/ms7720se/ms7720se.c index 48edcc62fd9..a35f72e83b9 100644 --- a/board/ms7720se/ms7720se.c +++ b/board/ms7720se/ms7720se.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2007 * Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> @@ -9,8 +10,6 @@ * Kenati Technologies, Inc. * * board/ms7720se/ms7720se.c - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |