Skip to content

fwk: Fix element state update

Tarek El-Sherbiny requested to merge te/fwk-fix-element-state-update into main

After initializing each element, the framework should update the element state to INITIALIZED. However, the module state is updated instead. The module state should only be updated after all elements are initialized. This patch rectifies the error.

Signed-off-by: Tarek El-Sherbiny tarek.el-sherbiny@arm.com

Merge request reports