diff options
Diffstat (limited to 'board/bosch')
-rw-r--r-- | board/bosch/shc/Makefile | 4 | ||||
-rw-r--r-- | board/bosch/shc/board.c | 3 | ||||
-rw-r--r-- | board/bosch/shc/board.h | 3 | ||||
-rw-r--r-- | board/bosch/shc/mux.c | 3 |
4 files changed, 4 insertions, 9 deletions
diff --git a/board/bosch/shc/Makefile b/board/bosch/shc/Makefile index 4fec2bff29..93f2df3773 100644 --- a/board/bosch/shc/Makefile +++ b/board/bosch/shc/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+ -# obj-y := mux.o obj-y += board.o diff --git a/board/bosch/shc/board.c b/board/bosch/shc/board.c index 92689da9d9..1ec9a3f5ff 100644 --- a/board/bosch/shc/board.c +++ b/board/bosch/shc/board.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * board.c * @@ -8,8 +9,6 @@ * Board functions for TI AM335X based boards * * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/bosch/shc/board.h b/board/bosch/shc/board.h index 46167fe59e..997595bf42 100644 --- a/board/bosch/shc/board.h +++ b/board/bosch/shc/board.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * board.h * @@ -8,8 +9,6 @@ * TI AM335x boards information header * * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _BOARD_H_ diff --git a/board/bosch/shc/mux.c b/board/bosch/shc/mux.c index e8ada6540c..b04c5914f0 100644 --- a/board/bosch/shc/mux.c +++ b/board/bosch/shc/mux.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * mux.c * @@ -6,8 +7,6 @@ * * Based on: * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |