Skip to content

Dont store to device if no value changes

Created by: liuming50

When fw_setenv is called, it could happen that the new value is same with the old one, in which case, we should avoid storing data to device.

Signed-off-by: Ming Liu liu.ming50@gmail.com

Merge request reports