Skip to content

Commit dae50bb

Browse files
committed
boards: shields: Remove if checks for board names
If checks on boards that do not have separate CPUs are redundant and can be removed. Signed-off-by: Jamie McCrae <[email protected]>
1 parent b1010f7 commit dae50bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

boards/shields/x_nucleo_iks02a1/boards/nucleo_f411re.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
if BOARD_NUCLEO_F411RE
6-
75
if I2S
86

97
# The I2S should be configured in such a way it generates a 2MHz
@@ -41,5 +39,3 @@ config I2S_STM32_PLLI2S_PLLR
4139
default 3
4240

4341
endif # I2S
44-
45-
endif # BOARD_NUCLEO_F411RE

0 commit comments

Comments
 (0)