Skip to content

product/synquacer: prevent metadata from being updated on every boot

Created by: masahisak

Current Trial Boot implementation for SynQuacer platform updates metadata on every boot even if the value is not changed. The metadata is stored in the NOR Flash, so updating NOR Flash should be minimized.

This commit checks the accept flag, then updates the metadata when the value is changed and needs to be updated.

Merge request reports