Skip to content

Commit 3bf79cb

Browse files
committed
boot: zephyr: Remove support for deprecated LED dts
Removes support for bootloader-led0, as this has been replaced with mcuboot-led0 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 3e02536 commit 3bf79cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

boot/zephyr/io.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@
6767
*/
6868
#if DT_NODE_EXISTS(DT_ALIAS(mcuboot_led0))
6969
#define LED0_NODE DT_ALIAS(mcuboot_led0)
70-
#elif DT_NODE_EXISTS(DT_ALIAS(bootloader_led0))
71-
#warning "bootloader-led0 alias is deprecated; use mcuboot-led0 instead"
72-
#define LED0_NODE DT_ALIAS(bootloader_led0)
7370
#endif
7471

7572
#if DT_NODE_HAS_STATUS(LED0_NODE, okay) && DT_NODE_HAS_PROP(LED0_NODE, gpios)

0 commit comments

Comments
 (0)