Skip to content

Conversation

ZhaoxiangJin
Copy link
Contributor

For nxp's board.c, the macro used in some places is DT_NODE_HAS_STATUS(DT_NODELABEL(<node_label>),okay), and the macro used in some places is DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(<node_label>)). The purpose of this PR is to unify the use of macros and use the latter.

For nxp's board.c, the macro used in some places is
'DT_NODE_HAS_STATUS(DT_NODELABEL(<node_label>),okay)', and the
macro used in some places is
'DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(<node_label>))'.
The purpose of this PR is to unify the use of macros
and use the latter.

Signed-off-by: Zhaoxiang Jin <[email protected]>
Copy link

@decsny decsny added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Oct 21, 2025
@dleach02 dleach02 added this to the v4.3.0 milestone Oct 22, 2025
@kartben kartben merged commit 08d394a into zephyrproject-rtos:main Oct 22, 2025
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Boards/SoCs platform: NXP MCU platform: NXP NXP Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants