diff options
Diffstat (limited to 'board/theadorable')
-rw-r--r-- | board/theadorable/Makefile | 4 | ||||
-rw-r--r-- | board/theadorable/fpga.c | 3 | ||||
-rw-r--r-- | board/theadorable/theadorable.c | 3 | ||||
-rw-r--r-- | board/theadorable/theadorable.h | 3 |
4 files changed, 4 insertions, 9 deletions
diff --git a/board/theadorable/Makefile b/board/theadorable/Makefile index ef5a519ada..b85faa676d 100644 --- a/board/theadorable/Makefile +++ b/board/theadorable/Makefile @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2015-2016 Stefan Roese <sr@denx.de> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := theadorable.o obj-y += fpga.o diff --git a/board/theadorable/fpga.c b/board/theadorable/fpga.c index 6f068c38ad..4f8bf5e778 100644 --- a/board/theadorable/fpga.c +++ b/board/theadorable/fpga.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2016 Stefan Roese <sr@denx.de> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/theadorable/theadorable.c b/board/theadorable/theadorable.c index 9b56620e65..b59589ae82 100644 --- a/board/theadorable/theadorable.c +++ b/board/theadorable/theadorable.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015-2016 Stefan Roese <sr@denx.de> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/theadorable/theadorable.h b/board/theadorable/theadorable.h index 89fe1179a4..d3c959de98 100644 --- a/board/theadorable/theadorable.h +++ b/board/theadorable/theadorable.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2016 Stefan Roese <sr@denx.de> - * - * SPDX-License-Identifier: GPL-2.0+ */ /* Base addresses for the SPI direct access mode */ |