diff options
Diffstat (limited to 'board/spear/spear320')
-rw-r--r-- | board/spear/spear320/Makefile | 4 | ||||
-rw-r--r-- | board/spear/spear320/spear320.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/spear/spear320/Makefile b/board/spear/spear320/Makefile index f01116e6b1..062cbc417a 100644 --- a/board/spear/spear320/Makefile +++ b/board/spear/spear320/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 := spear320.o diff --git a/board/spear/spear320/spear320.c b/board/spear/spear320/spear320.c index 66073f3715..640242e718 100644 --- a/board/spear/spear320/spear320.c +++ b/board/spear/spear320/spear320.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2009 * Ryan Chen, ST Micoelectronics, ryan.chen@st.com. * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |