commit | c4eced2ec0d566e69281a2c20b0b43a141574318 | [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 | 30e331e9cb7c14400dae385ed7ceab56eaa1e005 [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>