Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 9dcc52b

Browse files
yang-kaixbuildslave
authored andcommitted
Change RPMB_IOC_SEQ_CMD value to match with backend
RPMB_IOC_SEQ_CMD value has been changed in latest virtio rpmb backend patch, we have to modify the value in osloader frontend accordingly. Change-Id: I7fe48b661b8b84c3887eb854dc3ea1e22ca1d64e Tracked-On: https://jira01.devtools.intel.com/browse/OAM-67656 Signed-off-by: Yang, Kai <[email protected]> Reviewed-on: https://android.intel.com:443/642035
1 parent c4446b1 commit 9dcc52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/virtual_media/VirtioRpmb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ struct rpmb_ioc_seq_cmd {
7777
VIRTIO_RPMB_CMD cmds[0];
7878
};
7979

80-
#define RPMB_IOC_SEQ_CMD 0xC008B551
80+
#define RPMB_IOC_SEQ_CMD 0xC008B552
8181

8282
#endif // _VIRTIO_RPMB_H_

0 commit comments

Comments
 (0)