mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "fix(ufs): set data segment length" into integration
This commit is contained in:
commit
f3cb6fd99c
1 changed files with 1 additions and 0 deletions
|
@ -540,6 +540,7 @@ static int ufs_prepare_query(utp_utrd_t *utrd, uint8_t op, uint8_t idn,
|
|||
|
||||
query_upiu->trans_type = QUERY_REQUEST_UPIU;
|
||||
query_upiu->task_tag = utrd->task_tag;
|
||||
query_upiu->data_segment_len = htobe16(length);
|
||||
query_upiu->ts.desc.opcode = op;
|
||||
query_upiu->ts.desc.idn = idn;
|
||||
query_upiu->ts.desc.index = index;
|
||||
|
|
Loading…
Add table
Reference in a new issue