Skip to content

Commit

Permalink
Enable Userdata checkpoint
Browse files Browse the repository at this point in the history
User Data Checkpoint (UDC) is must for OTA. UDC uses a device mapper
virtual device called dm_bow for checkpoint functionality.

The dm_bow is enable by setting the CONGIG_DM_BOW=y
Checkpoint feature depend on dm_bow and userdata_checkpoint enable.

Tracked-On: OAM-111680
Signed-off-by: Kang, Zecheng <[email protected]>
  • Loading branch information
tjvergus authored and sysopenci committed Aug 10, 2023
1 parent 0040642 commit 68bcb51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@ CONFIG_DM_VERITY_FEC=y
# CONFIG_DM_SWITCH is not set
# CONFIG_DM_LOG_WRITES is not set
# CONFIG_DM_INTEGRITY is not set
# CONFIG_DM_BOW is not set
CONFIG_DM_BOW=y
CONFIG_DM_USER=y
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set
Expand Down

0 comments on commit 68bcb51

Please sign in to comment.