diff options
Diffstat (limited to 'board/Barix/ipam390')
-rw-r--r-- | board/Barix/ipam390/Makefile | 4 | ||||
-rw-r--r-- | board/Barix/ipam390/ipam390.c | 3 | ||||
-rw-r--r-- | board/Barix/ipam390/u-boot-spl-ipam390.lds | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/board/Barix/ipam390/Makefile b/board/Barix/ipam390/Makefile index 1cb4b57c2c..735250a1e2 100644 --- a/board/Barix/ipam390/Makefile +++ b/board/Barix/ipam390/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000, 2001, 2002 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += ipam390.o diff --git a/board/Barix/ipam390/ipam390.c b/board/Barix/ipam390/ipam390.c index d203429738..da75ead9bf 100644 --- a/board/Barix/ipam390/ipam390.c +++ b/board/Barix/ipam390/ipam390.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Heiko Schocher, DENX Software Engineering, hs@denx.de. * Based on: @@ -9,8 +10,6 @@ * * Copyright (C) 2009 Nick Thompson, GE Fanuc, Ltd. <nick.thompson@gefanuc.com> * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/Barix/ipam390/u-boot-spl-ipam390.lds b/board/Barix/ipam390/u-boot-spl-ipam390.lds index 5f290ec7db..cf13e0a41c 100644 --- a/board/Barix/ipam390/u-boot-spl-ipam390.lds +++ b/board/Barix/ipam390/u-boot-spl-ipam390.lds @@ -1,11 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * (C) Copyright 2008 * Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de> - * - * SPDX-License-Identifier: GPL-2.0+ */ MEMORY { .sram : ORIGIN = CONFIG_SPL_TEXT_BASE,\ |