Skip to content

Commit 3737947

Browse files
MaureenHelmgalak
authored andcommitted
boards: mimxrt1060_evk: Fix a Kconfig typo
Fixes a Kconfig typo in the mimxrt1060_evk board that was introduced when the board was split into separate hyperflash and qspi configurations. Signed-off-by: Maureen Helm <[email protected]>
1 parent b5551d0 commit 3737947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/mimxrt1060_evk/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ config CODE_HYPERFLASH
1818
bool "Link code into external HyperFlash memory"
1919

2020
config CODE_QSPI
21-
depends on BOARD_MIMXRT1050_EVK
21+
depends on BOARD_MIMXRT1060_EVK
2222
bool "Link code into external QSPI memory"
2323

2424
endchoice

0 commit comments

Comments
 (0)