diff options
Diffstat (limited to 'drivers/fpga/lattice.c')
-rw-r--r-- | drivers/fpga/lattice.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/fpga/lattice.c b/drivers/fpga/lattice.c index 615a485089d..30bec7feef7 100644 --- a/drivers/fpga/lattice.c +++ b/drivers/fpga/lattice.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2010 * Stefano Babic, DENX Software Engineering, sbabic@denx.de. @@ -7,8 +8,6 @@ * * ispVM functions adapted from Lattice's ispmVMEmbedded code: * Copyright 2009 Lattice Semiconductor Corp. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |