commit | 514a5ecf672ee498403db231318034cef2a10464 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Aug 26 17:29:14 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 14:08:49 2024 -0600 |
tree | cf73ee4131f64284c6f53e1ed855c08a07568af0 | |
parent | fc101fd28f605cc8f865e0ca2437f2012071e66e [diff] |
alist: add a helper to check if the list is full Add a helper function to check if the alist is full. This can then be used to extend the alist. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>