diff options
Diffstat (limited to 'board/phytec/pfla02')
-rw-r--r-- | board/phytec/pfla02/Makefile | 4 | ||||
-rw-r--r-- | board/phytec/pfla02/pfla02.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/phytec/pfla02/Makefile b/board/phytec/pfla02/Makefile index 25af9a01e1..c50f315d91 100644 --- a/board/phytec/pfla02/Makefile +++ b/board/phytec/pfla02/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de> # # (C) Copyright 2011 Freescale Semiconductor, Inc. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := pfla02.o diff --git a/board/phytec/pfla02/pfla02.c b/board/phytec/pfla02/pfla02.c index 18ff9efeb1..aae23a3e44 100644 --- a/board/phytec/pfla02/pfla02.c +++ b/board/phytec/pfla02/pfla02.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017 Stefano Babic <sbabic@denx.de> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |