diff options
Diffstat (limited to 'board/zipitz2')
-rw-r--r-- | board/zipitz2/Makefile | 4 | ||||
-rw-r--r-- | board/zipitz2/zipitz2.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/zipitz2/Makefile b/board/zipitz2/Makefile index 855f6bcda8..2bbe4364e8 100644 --- a/board/zipitz2/Makefile +++ b/board/zipitz2/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2009 # Marek Vasut <marek.vasut@gmail.com> # # Heavily based on pxa255_idp platform -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := zipitz2.o diff --git a/board/zipitz2/zipitz2.c b/board/zipitz2/zipitz2.c index 8a15c30c0b..9208c882c2 100644 --- a/board/zipitz2/zipitz2.c +++ b/board/zipitz2/zipitz2.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2009 * Marek Vasut <marek.vasut@gmail.com> * * Heavily based on pxa255_idp platform - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |