Skip to content

Commit 8207961

Browse files
committed
boards: Remove bootloader-led0 alias
This alias has been removed from MCUboot, remove references to it Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent f52d71c commit 8207961

File tree

47 files changed

+6
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+6
-47
lines changed

boards/actinius/icarus/actinius_icarus_common.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
green-pwm-led = &green_pwm_led;
7676
blue-pwm-led = &blue_pwm_led;
7777
sw0 = &button0;
78-
bootloader-led0 = &blue_led;
7978
mcuboot-button0 = &button0;
8079
mcuboot-led0 = &blue_led;
8180
watchdog0 = &wdt0;

boards/actinius/icarus_bee/actinius_icarus_bee_common.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
green-pwm-led = &green_pwm_led;
7676
blue-pwm-led = &blue_pwm_led;
7777
sw0 = &button0;
78-
bootloader-led0 = &blue_led;
7978
mcuboot-button0 = &button0;
8079
mcuboot-led0 = &blue_led;
8180
watchdog0 = &wdt0;

boards/actinius/icarus_som_dk/actinius_icarus_som_dk_common.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
pwm-led0 = &blue_pwm_led;
5151
blue-pwm-led = &blue_pwm_led;
5252
sw0 = &button0;
53-
bootloader-led0 = &blue_led;
5453
mcuboot-button0 = &button0;
5554
mcuboot-led0 = &blue_led;
5655
watchdog0 = &wdt0;

boards/ambiq/apollo3_evb/apollo3_evb.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
led2 = &led2;
2929
sw0 = &button0;
3030
sw1 = &button1;
31-
bootloader-led0 = &led0;
3231
mcuboot-led0 = &led0;
3332
};
3433

boards/circuitdojo/feather/circuitdojo_feather_nrf9160_common.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
/* These aliases are provided for compatibility with samples */
4545
aliases {
4646
led0 = &blue_led;
47-
bootloader-led0 = &blue_led;
4847
pwm-led0 = &pwm_led0;
4948
sw0 = &button0;
5049
mcuboot-button0 = &button0;

boards/croxel/croxel_cx1825/croxel_cx1825_nrf52840.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
led0 = &led0;
4646
led1 = &led1;
4747
sw0 = &button0;
48-
bootloader-led0 = &led0;
4948
mcuboot-button0 = &button0;
5049
mcuboot-led0 = &led0;
5150
watchdog0 = &wdt0;

boards/ct/ctcc/ctcc_nrf9161_common.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
led0 = &led1;
3434
led1 = &led2;
3535
mcuboot-led0 = &led1;
36-
bootloader-led0 = &led1;
3736
watchdog0 = &wdt0;
3837
spi-flash0 = &mx25r6435;
3938
};

boards/ebyte/e73_tbb/ebyte_e73_tbb_nrf52832.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
pwm-led0 = &pwm_led0;
6767
sw0 = &button0;
6868
sw1 = &button1;
69-
bootloader-led0 = &led0;
69+
mcuboot-led0 = &led0;
7070
watchdog0 = &wdt0;
7171
};
7272
};

boards/google/twinkie_v2/google_twinkie_v2.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
led0 = &red_led_0;
8181
led1 = &green_led_1;
8282
led2 = &blue_led_2;
83-
bootloader-led0 = &blue_led_2;
8483
vcc1 = &cc1_buf;
8584
vcc2 = &cc2_buf;
8685
vbus = &vbus_read_buf;

boards/nordic/nrf21540dk/nrf21540dk_nrf52840.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@
148148
sw1 = &button1;
149149
sw2 = &button2;
150150
sw3 = &button3;
151-
bootloader-led0 = &led0;
152151
mcuboot-button0 = &button0;
153152
mcuboot-led0 = &led0;
154153
watchdog0 = &wdt0;

0 commit comments

Comments
 (0)