boards: arm: ubx_bmd380eval_nrf52840 remove extra spaces

Removed spaces in SPDX lines in Kconfig and board.cmake

Signed-off-by: Bob Recny <bob.recny@u-blox.com>
This commit is contained in:
Bob Recny 2021-03-05 15:12:33 -08:00 committed by Maureen Helm
commit 29426d81ea
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# BMD-380-EVAL board configuration # BMD-380-EVAL board configuration
# Copyright (c) 2021 u-blox AG # Copyright (c) 2021 u-blox AG
# SPDX -License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config BOARD_ENABLE_DCDC config BOARD_ENABLE_DCDC
bool "Enable DCDC mode" bool "Enable DCDC mode"

View file

@ -1,7 +1,7 @@
# BMD-380-EVAL board configuration # BMD-380-EVAL board configuration
# Copyright (c) 2021 u-blox AG # 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(nrfjprog "--nrf-family=NRF52")
board_runner_args(jlink "--device=nrf52" "--speed=4000") board_runner_args(jlink "--device=nrf52" "--speed=4000")