commit | c55d02b2aca9b477dcf4c81062cc8e301d8c89d8 | [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 | 5afb8d151f5249914152dfdc7919a3a46b6b6a76 [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>