crypto: inside-secure - Add fw_little_endian option

This is to add fw_little_endian option, which can
be used for platform which firmware is using little-endian
(instead of big-endian).

Signed-off-by: Peter Harliman Liem <pliem@maxlinear.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Peter Harliman Liem
2022-09-27 11:10:09 +08:00
committed by Herbert Xu
parent 22044d9b04
commit 594ed3d245
2 changed files with 11 additions and 4 deletions

View File

@@ -735,6 +735,7 @@ enum safexcel_eip_version {
struct safexcel_priv_data {
enum safexcel_eip_version version;
bool fw_little_endian;
};
/* Priority we use for advertising our algorithms */