diff options
Diffstat (limited to 'board/ti/ti814x')
-rw-r--r-- | board/ti/ti814x/Makefile | 4 | ||||
-rw-r--r-- | board/ti/ti814x/evm.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/ti/ti814x/Makefile b/board/ti/ti814x/Makefile index 93155de533..c5ff8d0728 100644 --- a/board/ti/ti814x/Makefile +++ b/board/ti/ti814x/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Makefile # # Copyright (C) 2013 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/ti/ti814x/evm.c b/board/ti/ti814x/evm.c index 4a0f82975a..d8ee51b366 100644 --- a/board/ti/ti814x/evm.c +++ b/board/ti/ti814x/evm.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * evm.c * * Board functions for TI814x EVM * * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |