diff options
author | Bin Meng <bin.meng@windriver.com> | 2020-08-18 01:09:21 -0700 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2020-08-25 09:33:16 +0800 |
commit | 3ab260105214d56a419c84e6dacbb8ae514548f1 (patch) | |
tree | 67d7f55e8288ac322ed8ea774733ee942e1384ac /include/sym53c8xx.h | |
parent | 52dc7ae74918d01fa55ca103841a0eaa0dfa7409 (diff) |
ram: sifive: Fix compiler warnings for 32-bit
priv->info.size is of type 'size_t' but the length modifier is l.
Fix this by casting priv->info.size. Note 'z' cannot be used as
the modifier as SPL does not support that.
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Reviewed-by: Pragnesh Patel <pragnesh.patel@openfive.com>
Diffstat (limited to 'include/sym53c8xx.h')
0 files changed, 0 insertions, 0 deletions