]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: add logic to print lmb flag strings
authorSughosh Ganu <sughosh.ganu@linaro.org>
Mon, 26 Aug 2024 11:59:40 +0000 (17:29 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 3 Sep 2024 20:08:51 +0000 (14:08 -0600)
commitf8ffc6f3cc4c6a760458255f5b344f86ee833bef
treed7e21bcdd2ba45fd31f0795689358c03407a907f
parent8242f14a3e6f03e903006eaffff49dea88112578
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>
lib/lmb.c