diff options
Diffstat (limited to 'board/seco/mx6quq7')
-rw-r--r-- | board/seco/mx6quq7/Makefile | 4 | ||||
-rw-r--r-- | board/seco/mx6quq7/mx6quq7-2g.cfg | 3 | ||||
-rw-r--r-- | board/seco/mx6quq7/mx6quq7.c | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/board/seco/mx6quq7/Makefile b/board/seco/mx6quq7/Makefile index bbf1d68190..c7aea8c851 100644 --- a/board/seco/mx6quq7/Makefile +++ b/board/seco/mx6quq7/Makefile @@ -1,7 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2015 ECA Sinters -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := mx6quq7.o diff --git a/board/seco/mx6quq7/mx6quq7-2g.cfg b/board/seco/mx6quq7/mx6quq7-2g.cfg index 159120edd6..c48d64ba40 100644 --- a/board/seco/mx6quq7/mx6quq7-2g.cfg +++ b/board/seco/mx6quq7/mx6quq7-2g.cfg @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2013 Seco USA Inc * - * SPDX-License-Identifier: GPL-2.0 - * * Refer doc/README.imximage for more details about how-to configure * and create imximage boot image * diff --git a/board/seco/mx6quq7/mx6quq7.c b/board/seco/mx6quq7/mx6quq7.c index be8fef4287..094a2100e7 100644 --- a/board/seco/mx6quq7/mx6quq7.c +++ b/board/seco/mx6quq7/mx6quq7.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2013 Freescale Semiconductor, Inc. * Copyright (C) 2015 ECA Sinters * * Author: Fabio Estevam <fabio.estevam@freescale.com> * Modified by: Boris Brezillon <boris.brezillon@free-electrons.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/arch/clock.h> |