Change FSI behavior for 4.10
Latest FSI code changes paths and endianness, so we need to update
Targeting and flip the CFAM data endian when necessary.
Also update the test case to use the new 4.10 path style.
Change-Id: I35cdedf4b9723ee0f8291d0abf4467dbfd99b334
Signed-off-by: Edward A. James <eajames@us.ibm.com>
diff --git a/test/utest.cpp b/test/utest.cpp
index 6303335..d085862 100644
--- a/test/utest.cpp
+++ b/test/utest.cpp
@@ -43,7 +43,7 @@
_slaveBaseDir = path;
- _slaveDir = _slaveBaseDir / "hub@00";
+ _slaveDir = _slaveBaseDir / "fsi1";
fs::create_directory(_slaveDir);
}