commit | 86b639404b9c140239dd728b7d9d606d5a8d61cb | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Mar 03 19:02:30 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 17 19:39:27 2025 -0600 |
tree | 722afdcf26481388c7ed95b930da8151d79d3081 | |
parent | 17ac301a88cf1b036e954d54e43a2a03da4e74d1 [diff] |
lmb: use a common function to check if regions overlap or are adjacent The functions to check if the two said regions are adjacent or overlap are pretty similar in nature. Club the functionality into a single function lmb_regions_check() and return the appropriate return value to signify this aspect. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>