aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_efi_fit.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/tests/test_efi_fit.py')
-rw-r--r--test/py/tests/test_efi_fit.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/py/tests/test_efi_fit.py b/test/py/tests/test_efi_fit.py
index 7b7c98fb04ca..0ad483500f81 100644
--- a/test/py/tests/test_efi_fit.py
+++ b/test/py/tests/test_efi_fit.py
@@ -431,6 +431,11 @@ def test_efi_fit_launch(u_boot_console):
cons = u_boot_console
# Array slice removes leading/trailing quotes.
sys_arch = cons.config.buildconfig.get('config_sys_arch', '"sandbox"')[1:-1]
+ if sys_arch == 'arm':
+ arm64 = cons.config.buildconfig.get('config_arm64')
+ if arm64:
+ sys_arch = 'arm64'
+
is_sandbox = sys_arch == 'sandbox'
if is_sandbox: