diff options
Diffstat (limited to 'board/armltd/integrator/pci.c')
-rw-r--r-- | board/armltd/integrator/pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/armltd/integrator/pci.c b/board/armltd/integrator/pci.c index 157138b03a..5e57f7f4c9 100644 --- a/board/armltd/integrator/pci.c +++ b/board/armltd/integrator/pci.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> @@ -17,8 +18,6 @@ * (C) Copyright 2011 * Linaro * Linus Walleij <linus.walleij@linaro.org> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <pci.h> |