diff options
Diffstat (limited to 'board/cadence')
-rw-r--r-- | board/cadence/xtfpga/Makefile | 4 | ||||
-rw-r--r-- | board/cadence/xtfpga/xtfpga.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/cadence/xtfpga/Makefile b/board/cadence/xtfpga/Makefile index fd8f720d68..64bce9e6ba 100644 --- a/board/cadence/xtfpga/Makefile +++ b/board/cadence/xtfpga/Makefile @@ -1,7 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2007 - 2013, Tensilica Inc. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += ${BOARD}.o diff --git a/board/cadence/xtfpga/xtfpga.c b/board/cadence/xtfpga/xtfpga.c index f81fa95c18..bdda9314a5 100644 --- a/board/cadence/xtfpga/xtfpga.c +++ b/board/cadence/xtfpga/xtfpga.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2007 - 2013 Tensilica Inc. * (C) Copyright 2014 - 2016 Cadence Design Systems Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |