commit | afabe85baca4adf35382ce1f7ac731e44945ea14 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Wed Mar 20 17:55:11 2019 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Wed Jun 05 17:43:29 2019 +0100 |
tree | 63dcf4813dff2d6e2c6f8ccf2dc3b6886ce580bc | |
parent | 6480f8f465decb9755c932e369d0add1daccc079 [diff] [blame] |
Read CPU IDs from FDT in tests, so they work under FVP. Bug: 117551008 Change-Id: I14e24e86631f9e7c16ad69decf676b343ac9f252
diff --git a/test/hftest/standalone_main.c b/test/hftest/standalone_main.c index b4938e6..c1bfa1a 100644 --- a/test/hftest/standalone_main.c +++ b/test/hftest/standalone_main.c
@@ -84,7 +84,7 @@ HFTEST_LOG("Unable to parse test."); return; } - hftest_run(suite_name, test_name); + hftest_run(suite_name, test_name, fdt); return; }