commit | 93b2a83546949e376c5bf70bba15756577fd564a | [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 | 54bcf26a75b488608303080efd6f5030f310e0d5 [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>