diff options
Diffstat (limited to 'board/broadcom/bcm_ep')
-rw-r--r-- | board/broadcom/bcm_ep/Makefile | 4 | ||||
-rw-r--r-- | board/broadcom/bcm_ep/board.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/broadcom/bcm_ep/Makefile b/board/broadcom/bcm_ep/Makefile index 8914e547e8..29a3ea7eda 100644 --- a/board/broadcom/bcm_ep/Makefile +++ b/board/broadcom/bcm_ep/Makefile @@ -1,7 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright 2014 Broadcom Corporation. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += board.o diff --git a/board/broadcom/bcm_ep/board.c b/board/broadcom/bcm_ep/board.c index a409622788..b2469dcb52 100644 --- a/board/broadcom/bcm_ep/board.c +++ b/board/broadcom/bcm_ep/board.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2014 Broadcom Corporation. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |