Skip to content

Commit

Permalink
Smmu Sbsa Test will fail for no smmu compatibility (#514)
Browse files Browse the repository at this point in the history
Change-Id: Iac4e7147866aae06465ae9ce402fbd7617de0b79

Signed-off-by: Ajayswar S <[email protected]>
  • Loading branch information
ajayswar-s authored Nov 11, 2024
1 parent 831f4ec commit 61bf117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_pool/smmu/operating_system/test_i001.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ payload(void)
uint32_t num_smmu;
uint32_t index = val_pe_get_index_mpid(val_pe_get_mpid());

num_smmu = val_smmu_get_info(SMMU_NUM_CTRL, 0);
num_smmu = val_iovirt_get_smmu_info(SMMU_NUM_CTRL, 0);

if (num_smmu == 0) {
val_print(ACS_PRINT_ERR, "\n No SMMU Controllers are discovered ", 0);
Expand Down

0 comments on commit 61bf117

Please sign in to comment.