mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
fix(tsp): fix destination ID in direct request
Ensure the TSP ID is set as the source ID in a direct request. Signed-off-by: Marc Bonnici <marc.bonnici@arm.com> Change-Id: Ia082fe5a1da6f2994072ec70c6ba818212a52f20
This commit is contained in:
parent
c040621dba
commit
ed23d274fa
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ static int ffa_test_relay(uint64_t arg0,
|
|||
smc_args_t ffa_forward_result;
|
||||
ffa_endpoint_id16_t receiver = arg5;
|
||||
|
||||
ffa_forward_result = ffa_msg_send_direct_req(ffa_endpoint_source(arg1),
|
||||
ffa_forward_result = ffa_msg_send_direct_req(tsp_id,
|
||||
receiver,
|
||||
FF_A_ECHO_MESSAGE, arg4,
|
||||
0, 0, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue