diff options
Diffstat (limited to 'board/nokia/rx51')
-rw-r--r-- | board/nokia/rx51/Makefile | 4 | ||||
-rw-r--r-- | board/nokia/rx51/lowlevel_init.S | 3 | ||||
-rw-r--r-- | board/nokia/rx51/rx51.c | 3 | ||||
-rw-r--r-- | board/nokia/rx51/rx51.h | 3 | ||||
-rw-r--r-- | board/nokia/rx51/tag_omap.h | 3 |
5 files changed, 5 insertions, 11 deletions
diff --git a/board/nokia/rx51/Makefile b/board/nokia/rx51/Makefile index 8d4d97b9a9..842f9e6a65 100644 --- a/board/nokia/rx51/Makefile +++ b/board/nokia/rx51/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000, 2001, 2002 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := rx51.o obj-y += lowlevel_init.o diff --git a/board/nokia/rx51/lowlevel_init.S b/board/nokia/rx51/lowlevel_init.S index 420ad13a12..6871a5a74f 100644 --- a/board/nokia/rx51/lowlevel_init.S +++ b/board/nokia/rx51/lowlevel_init.S @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2011-2012 * Pali Rohár <pali.rohar@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <config.h> diff --git a/board/nokia/rx51/rx51.c b/board/nokia/rx51/rx51.c index 7764288811..76f6ede38c 100644 --- a/board/nokia/rx51/rx51.c +++ b/board/nokia/rx51/rx51.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2012 * Ивайло Димитров <freemangordon@abv.bg> @@ -18,8 +19,6 @@ * * Richard Woodruff <r-woodruff2@ti.com> * Syed Mohammed Khasim <khasim@ti.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/nokia/rx51/rx51.h b/board/nokia/rx51/rx51.h index 0d2f0a54c5..fc336ee819 100644 --- a/board/nokia/rx51/rx51.h +++ b/board/nokia/rx51/rx51.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2012 * Ивайло Димитров <freemangordon@abv.bg> @@ -7,8 +8,6 @@ * * (C) Copyright 2008 * Dirk Behme <dirk.behme@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _RX51_H_ #define _RX51_H_ diff --git a/board/nokia/rx51/tag_omap.h b/board/nokia/rx51/tag_omap.h index fab7670785..c445aafde0 100644 --- a/board/nokia/rx51/tag_omap.h +++ b/board/nokia/rx51/tag_omap.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2011-2012 * Pali Rohár <pali.rohar@gmail.com> @@ -7,8 +8,6 @@ * * (C) Copyright 2004-2005 * Nokia Corporation - * - * SPDX-License-Identifier: GPL-2.0+ */ |