diff options
Diffstat (limited to 'board/spear/spear300')
-rw-r--r-- | board/spear/spear300/Makefile | 4 | ||||
-rw-r--r-- | board/spear/spear300/spear300.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/spear/spear300/Makefile b/board/spear/spear300/Makefile index 84d05e332e..d638bfc3ff 100644 --- a/board/spear/spear300/Makefile +++ b/board/spear/spear300/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 := spear300.o diff --git a/board/spear/spear300/spear300.c b/board/spear/spear300/spear300.c index 8f8132a31a..83fdf027e9 100644 --- a/board/spear/spear300/spear300.c +++ b/board/spear/spear300/spear300.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> |