diff options
Diffstat (limited to 'board/sbc8349')
-rw-r--r-- | board/sbc8349/Makefile | 4 | ||||
-rw-r--r-- | board/sbc8349/pci.c | 3 | ||||
-rw-r--r-- | board/sbc8349/sbc8349.c | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/board/sbc8349/Makefile b/board/sbc8349/Makefile index 3b2c3894841..c469174085d 100644 --- a/board/sbc8349/Makefile +++ b/board/sbc8349/Makefile @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (c) 2006 Wind River Systems, Inc. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += sbc8349.o obj-$(CONFIG_PCI) += pci.o diff --git a/board/sbc8349/pci.c b/board/sbc8349/pci.c index 9b1560bd777..b173c9c5027 100644 --- a/board/sbc8349/pci.c +++ b/board/sbc8349/pci.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * pci.c -- WindRiver SBC8349 PCI board support. * Copyright (c) 2006 Wind River Systems, Inc. * Copyright (C) 2006-2009 Freescale Semiconductor, Inc. * * Based on MPC8349 PCI support but w/o PIB related code. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/mmu.h> diff --git a/board/sbc8349/sbc8349.c b/board/sbc8349/sbc8349.c index ef87f9f0fef..b8ba29ac6da 100644 --- a/board/sbc8349/sbc8349.c +++ b/board/sbc8349/sbc8349.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * sbc8349.c -- WindRiver SBC8349 board support. * Copyright (c) 2006-2007 Wind River Systems, Inc. * * Paul Gortmaker <paul.gortmaker@windriver.com> * Based on board/mpc8349emds/mpc8349emds.c (and previous 834x releases.) - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |