aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Grant <wgrant@ubuntu.com>2021-10-13 20:56:58 +1100
committerPatrice Chotard <patrice.chotard@foss.st.com>2021-11-10 15:11:15 +0100
commit3067971aa9ab01cff82d9e4f8f1b776054388c2c (patch)
treeda2cfbcb0c8ef988e9825a65cef64bb7da662229
parenta79115dde373f7cdb181040dd6489fd0b21bfbd2 (diff)
downloadu-boot-3067971aa9ab01cff82d9e4f8f1b776054388c2c.zip
u-boot-3067971aa9ab01cff82d9e4f8f1b776054388c2c.tar.gz
u-boot-3067971aa9ab01cff82d9e4f8f1b776054388c2c.tar.bz2
stm32mp: stm32prog: Normalise newlines
The missing trailing newline could confuse check-config.sh if the definition of an option was on the first line of the next file that find(1) happened to return. Signed-off-by: William Grant <wgrant@ubuntu.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
-rw-r--r--arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig b/arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig
index f4c0d18..dd166a1 100644
--- a/arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig
+++ b/arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig
@@ -1,4 +1,3 @@
-
config CMD_STM32PROG
bool "command stm32prog for STM32CudeProgrammer"
select DFU
@@ -31,4 +30,4 @@ config CMD_STM32PROG_SERIAL
help
activate the command "stm32prog serial" for STM32MP soc family
with the tools STM32CubeProgrammer using U-Boot serial device
- and UART protocol. \ No newline at end of file
+ and UART protocol.