CLOCK_UPDATE_MASK was moved to TimeClockUpdate and its value was
changed. However, during this move, the #define CLOCK_UPDATE_MASK
was left in. Now it does nothing and has the wrong value.
It should be removed. Note that this will make the content of ClockSet.c differ from the code in the specification. However, the current code is already differs from the spec code, see RETURN_IF_NV_IS_NOT_AVAILABLE.
CLOCK_UPDATE_MASK
was moved toTimeClockUpdate
and its value was changed. However, during this move, the#define CLOCK_UPDATE_MASK
was left in. Now it does nothing and has the wrong value.It should be removed. Note that this will make the content of
ClockSet.c
differ from the code in the specification. However, the current code is already differs from the spec code, seeRETURN_IF_NV_IS_NOT_AVAILABLE
.Signed-off-by: Joe Richey joerichey@google.com