diff options
Diffstat (limited to 'board/ti/panda')
-rw-r--r-- | board/ti/panda/Makefile | 4 | ||||
-rw-r--r-- | board/ti/panda/panda.c | 3 | ||||
-rw-r--r-- | board/ti/panda/panda_mux_data.h | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/board/ti/panda/Makefile b/board/ti/panda/Makefile index c89f80d806..dd2ff33afa 100644 --- a/board/ti/panda/Makefile +++ b/board/ti/panda/Makefile @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000, 2001, 2002 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := panda.o diff --git a/board/ti/panda/panda.c b/board/ti/panda/panda.c index c59e58a82a..f88aa4dfc6 100644 --- a/board/ti/panda/panda.c +++ b/board/ti/panda/panda.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2010 * Texas Instruments Incorporated, <www.ti.com> * Steve Sakoman <steve@sakoman.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <asm/mach-types.h> diff --git a/board/ti/panda/panda_mux_data.h b/board/ti/panda/panda_mux_data.h index 53c7080979..ad9e36525b 100644 --- a/board/ti/panda/panda_mux_data.h +++ b/board/ti/panda/panda_mux_data.h @@ -1,11 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2010 * Texas Instruments Incorporated, <www.ti.com> * * Balaji Krishnamoorthy <balajitk@ti.com> * Aneesh V <aneesh@ti.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _PANDA_MUX_DATA_H_ #define _PANDA_MUX_DATA_H_ |