diff options
author | Sughosh Ganu <sughosh.ganu@linaro.org> | 2024-10-15 21:07:16 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-15 13:45:30 -0600 |
commit | f3fe3232a50a1b28efcce0b81d00b1024f265a12 (patch) | |
tree | a98b9a94ad55427e19d90d17abcd98742cc9301a /lib/mbedtls/x509_cert_parser.c | |
parent | 596516d3301ef7b6594dc5d24bc8fd4461279437 (diff) |
efi_memory: rename variable to highlight overlap with free memory
The variable overlap_only_ram is used to specify that the new memory
region that is being created needs to come from the free memory pool
-- this is done by carving out the memory region from the free
memory. The name is a bit confusing though, as other allocated memory
regions, like boot-services code and data are also part of the RAM
memory. Rename the variable to overlap_conventional to highlight the
fact that it is the free/conventional memory that is being referred to
in this context.
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/mbedtls/x509_cert_parser.c')
0 files changed, 0 insertions, 0 deletions