Skip to content

Commit

Permalink
boards: mimxrt1060_evk: Fix a Kconfig typo
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
MaureenHelm authored and galak committed Jan 9, 2019
1 parent b5551d0 commit 3737947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/mimxrt1060_evk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config CODE_HYPERFLASH
bool "Link code into external HyperFlash memory"

config CODE_QSPI
depends on BOARD_MIMXRT1050_EVK
depends on BOARD_MIMXRT1060_EVK
bool "Link code into external QSPI memory"

endchoice
Expand Down

0 comments on commit 3737947

Please sign in to comment.