From 29426d81ea43c63b9ecfc7d3ee495b2966b469a1 Mon Sep 17 00:00:00 2001 From: Bob Recny Date: Fri, 5 Mar 2021 15:12:33 -0800 Subject: [PATCH] boards: arm: ubx_bmd380eval_nrf52840 remove extra spaces Removed spaces in SPDX lines in Kconfig and board.cmake Signed-off-by: Bob Recny --- boards/arm/ubx_bmd380eval_nrf52840/Kconfig | 2 +- boards/arm/ubx_bmd380eval_nrf52840/board.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/arm/ubx_bmd380eval_nrf52840/Kconfig b/boards/arm/ubx_bmd380eval_nrf52840/Kconfig index 926804adabb..7f32da8124f 100644 --- a/boards/arm/ubx_bmd380eval_nrf52840/Kconfig +++ b/boards/arm/ubx_bmd380eval_nrf52840/Kconfig @@ -1,7 +1,7 @@ # BMD-380-EVAL board configuration # Copyright (c) 2021 u-blox AG -# SPDX -License-Identifier: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0 config BOARD_ENABLE_DCDC bool "Enable DCDC mode" diff --git a/boards/arm/ubx_bmd380eval_nrf52840/board.cmake b/boards/arm/ubx_bmd380eval_nrf52840/board.cmake index a998b7618ad..255e9788b0a 100644 --- a/boards/arm/ubx_bmd380eval_nrf52840/board.cmake +++ b/boards/arm/ubx_bmd380eval_nrf52840/board.cmake @@ -1,7 +1,7 @@ # BMD-380-EVAL board configuration # Copyright (c) 2021 u-blox AG -# SPDX -License-Identifier: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0 board_runner_args(nrfjprog "--nrf-family=NRF52") board_runner_args(jlink "--device=nrf52" "--speed=4000")