diff options
Diffstat (limited to 'board/sbc8349/pci.c')
-rw-r--r-- | board/sbc8349/pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/sbc8349/pci.c b/board/sbc8349/pci.c index 9b1560bd77..b173c9c502 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> |