commit | 20769b5374858530c9c4e02c4cee52bb58280e03 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Sat Jun 08 00:22:33 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 10 10:49:40 2024 -0600 |
tree | 071748bb59028505c2c824c17a284b105ca95454 | |
parent | 6d6f1b6109a7eb3c5ffa4daecb5f140f3f0a7286 [diff] |
test: lmb: add a test case for checking overlapping region add Memory managed by LMB is now persistent and global. With that, it could be possible for multiple callers to try to add memory that has already been added. Add a test case to check that the LMB module handles it as expected. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>