diff options
Diffstat (limited to 'board/maxbcm')
-rw-r--r-- | board/maxbcm/Makefile | 4 | ||||
-rw-r--r-- | board/maxbcm/maxbcm.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/maxbcm/Makefile b/board/maxbcm/Makefile index 37c17d6d29..07f81f59f3 100644 --- a/board/maxbcm/Makefile +++ b/board/maxbcm/Makefile @@ -1,7 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2014 Stefan Roese <sr@denx.de> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := maxbcm.o diff --git a/board/maxbcm/maxbcm.c b/board/maxbcm/maxbcm.c index db6ad99efe..e8f8f7ba5b 100644 --- a/board/maxbcm/maxbcm.c +++ b/board/maxbcm/maxbcm.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2014 Stefan Roese <sr@denx.de> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |