diff options
Diffstat (limited to 'board/st/stih410-b2260')
-rw-r--r-- | board/st/stih410-b2260/Makefile | 4 | ||||
-rw-r--r-- | board/st/stih410-b2260/board.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/st/stih410-b2260/Makefile b/board/st/stih410-b2260/Makefile index 8293ae914d..dc3e1d3959 100644 --- a/board/st/stih410-b2260/Makefile +++ b/board/st/stih410-b2260/Makefile @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2017, STMicroelectronics - All Rights Reserved # Author(s): Patrice CHOTARD, <patrice.chotard@st.com> for STMicroelectronics. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y = board.o diff --git a/board/st/stih410-b2260/board.c b/board/st/stih410-b2260/board.c index fe639dcc2e..b4fc8f3ce1 100644 --- a/board/st/stih410-b2260/board.c +++ b/board/st/stih410-b2260/board.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017, STMicroelectronics - All Rights Reserved * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |