commit | 3ab260105214d56a419c84e6dacbb8ae514548f1 | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Tue Aug 18 01:09:21 2020 -0700 |
committer | Andes <uboot@andestech.com> | Tue Aug 25 09:33:16 2020 +0800 |
tree | 67d7f55e8288ac322ed8ea774733ee942e1384ac | |
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>