diff options
Diffstat (limited to 'board/phytec/pcm051')
-rw-r--r-- | board/phytec/pcm051/Makefile | 4 | ||||
-rw-r--r-- | board/phytec/pcm051/board.c | 3 | ||||
-rw-r--r-- | board/phytec/pcm051/board.h | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/board/phytec/pcm051/Makefile b/board/phytec/pcm051/Makefile index ecb1d61669..ff6f8b4221 100644 --- a/board/phytec/pcm051/Makefile +++ b/board/phytec/pcm051/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Makefile # # Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ -# -# SPDX-License-Identifier: GPL-2.0+ -# ifdef CONFIG_SPL_BUILD obj-y += mux.o diff --git a/board/phytec/pcm051/board.c b/board/phytec/pcm051/board.c index c57625b041..e720fdc0d9 100644 --- a/board/phytec/pcm051/board.c +++ b/board/phytec/pcm051/board.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * board.c * @@ -5,8 +6,6 @@ * * Copyright (C) 2013 Lemonage Software GmbH * Author Lars Poeschel <poeschel@lemonage.de> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/phytec/pcm051/board.h b/board/phytec/pcm051/board.h index e0b39e0364..3366e51c85 100644 --- a/board/phytec/pcm051/board.h +++ b/board/phytec/pcm051/board.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * board.h * @@ -5,8 +6,6 @@ * * Copyright (C) 2013, Lemonage Software GmbH * Author Lars Poeschel <poeschel@lemonage.de> - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _BOARD_H_ |