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/inc/hftest.h b/test/hftest/inc/hftest.h index d22cadf..bcffe5c 100644 --- a/test/hftest/inc/hftest.h +++ b/test/hftest/inc/hftest.h
@@ -90,5 +90,7 @@ */ #define HFTEST_LOG_INDENT " " +uintptr_t hftest_get_cpu_id(size_t index); + /* Above this point is the public API. Now include the implementation. */ #include <hftest_impl.h>