Commit 1dbe0cf0 authored by Jeppe Odgaard's avatar Jeppe Odgaard Committed by Jamie
Browse files

boot: zephyr: Use mcuboot-led0 in MCUBOOT_INDICATION_LED help section



bootloader-led0 is deprecated. Replace with mcuboot-led0 in
MCUBOOT_INDICATION_LED help.

Signed-off-by: default avatarJeppe Odgaard <jeppe.odgaard@prevas.dk>
parent 256bc37a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -501,7 +501,7 @@ config MCUBOOT_INDICATION_LED
	default n
	help
	  Device device activates the LED while in bootloader mode.
	  bootloader-led0 alias must be set in the device's .dts
	  mcuboot-led0 alias must be set in the device's .dts
	  definitions for this to work.

rsource "Kconfig.serial_recovery"