commit | f970ccb4a29413485e12b27e6eb9eafe475ec496 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 22 09:22:48 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 25 12:05:55 2016 -0400 |
tree | 26943fdb82b6f31090e90782deb29921ea75180e | |
parent | bb10e9b25c82bb50f03df8fd79df3c4b31656dc9 [diff] |
hashtable: Fix compiler warning on 32-bit sandbox This fixes a mismatch between the %zu format and the type used on sandbox. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>