Skip to content

Commit

Permalink
board: MIMXRT1062-FMURT6: Removing the CONFIG_DISPLAY check in CMakeL…
Browse files Browse the repository at this point in the history
…ists

This patch removes an unncessary message for presence or absence of DISPLAY

Signed-off-by: Sumit Batra <[email protected]>
  • Loading branch information
sumitbatra-nxp committed May 19, 2023
1 parent bb6b964 commit c245a16
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions boards/arm/mimxrt1062_fmurt6/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
# Copyright 2023 NXP
#

if (CONFIG_DISPLAY)
message(WARNING "
CONFIG_DISPLAY: Running this firmware on a board without a display may damage the board
")
endif()

if(CONFIG_NXP_IMX_RT_BOOT_HEADER)
zephyr_library()
if(CONFIG_BOARD_MIMXRT1062_FMURT6)
Expand Down

0 comments on commit c245a16

Please sign in to comment.