commit | 50d263d1382c854cdb32641eaf119cb5f0ab3cfa | [log] [tgz] |
---|---|---|
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | Mon Apr 26 16:55:25 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 27 13:32:55 2021 -0400 |
tree | c49dd8f48cc500a87477cd44bc23482e52fca216 | |
parent | 0700a242761891185de79b573e0393bb00e2d642 [diff] |
arm64: Do not try to bring up the cores disabled in DT node The macro DT_FOREACH_CHILD will iterates all child nodes ignoring the status property, this patch changes to use DT_FOREACH_CHILD_STATUS_OKAY to avoid trying to bring up disabled cores, which only iterates the enabled child nodes. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>