We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e02536 commit 3bf79cbCopy full SHA for 3bf79cb
boot/zephyr/io.c
@@ -67,9 +67,6 @@
67
*/
68
#if DT_NODE_EXISTS(DT_ALIAS(mcuboot_led0))
69
#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)
73
#endif
74
75
#if DT_NODE_HAS_STATUS(LED0_NODE, okay) && DT_NODE_HAS_PROP(LED0_NODE, gpios)
0 commit comments