commit | 9784a7c9fc146300ed2c2cc1c868cafbae5d5a82 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Wed Aug 21 16:28:39 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 21 11:48:55 2024 -0600 |
tree | 123e44cd772724dba822a24b727d010ecfb4b1c5 | |
parent | 75d15d66ea28a1de99c2e591aa1fe0183ea26b97 [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>