diff options
Diffstat (limited to 'board/ms7750se')
-rw-r--r-- | board/ms7750se/Makefile | 4 | ||||
-rw-r--r-- | board/ms7750se/lowlevel_init.S | 3 | ||||
-rw-r--r-- | board/ms7750se/ms7750se.c | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/board/ms7750se/Makefile b/board/ms7750se/Makefile index a010e32cc3..a077810600 100644 --- a/board/ms7750se/Makefile +++ b/board/ms7750se/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2007 # Nobuhiro Iwamatsu <iwamatsu@nigauri.org> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := ms7750se.o extra-y += lowlevel_init.o diff --git a/board/ms7750se/lowlevel_init.S b/board/ms7750se/lowlevel_init.S index d61640df6c..9cd2705e5d 100644 --- a/board/ms7750se/lowlevel_init.S +++ b/board/ms7750se/lowlevel_init.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* modified from SH-IPL+g Renesaso SuperH / Solution Enginge MS775xSE01 BSC setting. @@ -5,8 +6,6 @@ Support CPU : SH7750/SH7750S/SH7750R/SH7751/SH7751R Coyright (c) 2007 Nobuhiro Iwamatsu <iwmatsu@nigauri.org> - - * SPDX-License-Identifier: GPL-2.0+ */ #include <config.h> diff --git a/board/ms7750se/ms7750se.c b/board/ms7750se/ms7750se.c index d252faa91f..903f3a11f7 100644 --- a/board/ms7750se/ms7750se.c +++ b/board/ms7750se/ms7750se.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2007 * Nobuhiro Iwamatsu <iwamatsu@nigauri.org> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |