commit | 3dc91dda7d75f80e91ff68ddd006dc5d05c7dad9 | [log] [tgz] |
---|---|---|
author | Luis Ubieda <luisf@croxel.com> | Thu May 09 00:11:28 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 10 18:05:03 2024 -0400 |
tree | 62a4cfb3ce3edccb05af5c0a2fc2a91e28a64404 | |
parent | 684a28656e1ffb357547bc01bd1169aa27449840 [diff] |
boards: nxp: Fix usage of DT_CHOSEN() macro to get chosen Zephyr Flash Used multiple places in the tree. The idea is to determine if this node corresponds to a specific node (e.g: flexspi) so that specific configurations can get done. Without the fix, the macro expansions were defaulting to false. Signed-off-by: Luis Ubieda <luisf@croxel.com>