diff options
Diffstat (limited to 'board/spear/spear600')
-rw-r--r-- | board/spear/spear600/Makefile | 4 | ||||
-rw-r--r-- | board/spear/spear600/spear600.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/spear/spear600/Makefile b/board/spear/spear600/Makefile index 86a7fc4c7e..d25163e3f1 100644 --- a/board/spear/spear600/Makefile +++ b/board/spear/spear600/Makefile @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000-2004 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += spear600.o diff --git a/board/spear/spear600/spear600.c b/board/spear/spear600/spear600.c index 2a54b8b323..91c2691b86 100644 --- a/board/spear/spear600/spear600.c +++ b/board/spear/spear600/spear600.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2009 * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |