diff options
Diffstat (limited to 'board/birdland')
-rw-r--r-- | board/birdland/bav335x/Makefile | 4 | ||||
-rw-r--r-- | board/birdland/bav335x/board.c | 3 | ||||
-rw-r--r-- | board/birdland/bav335x/board.h | 3 | ||||
-rw-r--r-- | board/birdland/bav335x/u-boot.lds | 3 |
4 files changed, 4 insertions, 9 deletions
diff --git a/board/birdland/bav335x/Makefile b/board/birdland/bav335x/Makefile index d2aba7b397..42cefa1f85 100644 --- a/board/birdland/bav335x/Makefile +++ b/board/birdland/bav335x/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Makefile # # Copyright (C) 2012-2014, Birdland Audio - http://birdland.com/oem -# -# SPDX-License-Identifier: GPL-2.0+ -# ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),) obj-y := mux.o diff --git a/board/birdland/bav335x/board.c b/board/birdland/bav335x/board.c index d4bb1e743f..b95186026f 100644 --- a/board/birdland/bav335x/board.c +++ b/board/birdland/bav335x/board.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * board.c * * Board functions for Birdland Audio BAV335x Network Processor * * Copyright (c) 2012-2014 Birdland Audio - http://birdland.com/oem - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/birdland/bav335x/board.h b/board/birdland/bav335x/board.h index 1ea681ec44..ddbd5d0459 100644 --- a/board/birdland/bav335x/board.h +++ b/board/birdland/bav335x/board.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * board.c * @@ -5,8 +6,6 @@ * * Copyright (c) 2012-2014, Birdland Audio - http://birdland.com/oem * - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _BOARD_H_ diff --git a/board/birdland/bav335x/u-boot.lds b/board/birdland/bav335x/u-boot.lds index fc80f215e3..5d0c5cf27e 100644 --- a/board/birdland/bav335x/u-boot.lds +++ b/board/birdland/bav335x/u-boot.lds @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2012-2014 Birdland Audio - http://birdland.com/oem * Copyright (c) 2004-2008 Texas Instruments @@ -7,8 +8,6 @@ * * See file CREDITS for list of people who contributed to this * project. - * - * SPDX-License-Identifier: GPL-2.0+ */ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") |