commit | f04416fe0f3f08059dca62a3d2d21cf33bb98f31 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Aug 26 17:29:40 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 14:08:51 2024 -0600 |
tree | d7e21bcdd2ba45fd31f0795689358c03407a907f | |
parent | 61d72c1aa00c41465bef46d164fd77d6833ecaf1 [diff] |
lmb: add logic to print lmb flag strings Instead of printing the LMB flags as numerical values, print them as strings. This makes it easier to understand what flags are associated with the lmb region. Also make corresponding changes to the bdinfo command's test code. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>