commit | a368850ae2551a4fcc5f9a2e9e8e90c056d4fe73 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Aug 26 17:29:17 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 14:08:49 2024 -0600 |
tree | 54b2ed51ebfb3cf2992ca4ecb328fd2e54f728a5 | |
parent | 3d679aed62d462030b598813ca1a6eebb8d27aa2 [diff] |
lmb: use the BIT macro for lmb flags Use the BIT macro for assigning values to the LMB flags instead of assigning random values to them. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>