commit | 9e6201e4718d09d4563e59ecad09d6edf8faddbb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:10 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:54 2023 -0400 |
tree | b3ca8425fd426bffb4c3a05b907595a932f6a854 | |
parent | 415f32df990cf714b7d50a0f5e228a9c29a59d4a [diff] |
cli: Use unsigned int instead of unsigned long The index values are not very large so it makes no sense to use a long integer. Change these to uint instead. Signed-off-by: Simon Glass <sjg@chromium.org>