Skip to content

Commit bfebd30

Browse files
shanmugapriyal03chetan-rathore
authored andcommitted
fix(smmu): Correct Secure EL2 skip log message
- Update debug log to reflect that Secure EL2 is supported when skipping the test Signed-off-by: Shanmuga Priya L <shanmuga.priyal@arm.com> Change-Id: Ie347a7209974b10a3ec85da2edf909fffed412ca
1 parent 023e77b commit bfebd30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_pool/smmu/i005.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @file
2-
* Copyright (c) 2016-2018, 2021-2025, Arm Limited or its affiliates. All rights reserved.
2+
* Copyright (c) 2016-2018, 2021-2026, Arm Limited or its affiliates. All rights reserved.
33
* SPDX-License-Identifier : Apache-2.0
44
55
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -110,7 +110,7 @@ payload_check_sel2_and_smmu_stg2_support()
110110

111111
/* Skip the test if Secure EL2 is implemented */
112112
if (pe_s_el2 == 0x1) {
113-
val_print(ACS_PRINT_DEBUG, "\n Secure EL2 not supported, skipping the test.", 0);
113+
val_print(ACS_PRINT_DEBUG, "\n Secure EL2 is supported, skipping the test.", 0);
114114
val_set_status(index, RESULT_SKIP(TEST_NUM1, 1));
115115
return;
116116
}

0 commit comments

Comments
 (0)