diff options
Diffstat (limited to 'board/siemens/pxm2')
-rw-r--r-- | board/siemens/pxm2/Makefile | 4 | ||||
-rw-r--r-- | board/siemens/pxm2/board.c | 3 | ||||
-rw-r--r-- | board/siemens/pxm2/board.h | 3 | ||||
-rw-r--r-- | board/siemens/pxm2/mux.c | 3 | ||||
-rw-r--r-- | board/siemens/pxm2/pmic.h | 3 |
5 files changed, 5 insertions, 11 deletions
diff --git a/board/siemens/pxm2/Makefile b/board/siemens/pxm2/Makefile index f15993216b7..3e3394a8656 100644 --- a/board/siemens/pxm2/Makefile +++ b/board/siemens/pxm2/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Makefile # @@ -7,9 +8,6 @@ # Based on: # u-boot:/board/ti/am335x/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/siemens/pxm2/board.c b/board/siemens/pxm2/board.c index 7339135050f..1b9e83e248e 100644 --- a/board/siemens/pxm2/board.c +++ b/board/siemens/pxm2/board.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Board functions for TI AM335X based pxm2 board * (C) Copyright 2013 Siemens Schweiz AG @@ -9,8 +10,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/siemens/pxm2/board.h b/board/siemens/pxm2/board.h index 03626129dec..af21fc47432 100644 --- a/board/siemens/pxm2/board.h +++ b/board/siemens/pxm2/board.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * board.h * @@ -9,8 +10,6 @@ * u-boot:/board/ti/am335x/board.h * * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _BOARD_H_ diff --git a/board/siemens/pxm2/mux.c b/board/siemens/pxm2/mux.c index c64b0d23d52..9b69b6f5c47 100644 --- a/board/siemens/pxm2/mux.c +++ b/board/siemens/pxm2/mux.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * pinmux setup for siemens pxm2 board * @@ -8,8 +9,6 @@ * u-boot:/board/ti/am335x/mux.c * * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/siemens/pxm2/pmic.h b/board/siemens/pxm2/pmic.h index c6347e51293..37660460aa8 100644 --- a/board/siemens/pxm2/pmic.h +++ b/board/siemens/pxm2/pmic.h @@ -1,11 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2013 Siemens Schweiz AG * (C) Heiko Schocher, DENX Software Engineering, hs@denx.de. * * Based on: * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef PMIC_H #define PMIC_H |