diff options
| author | Sughosh Ganu <[email protected]> | 2024-10-15 21:07:16 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-15 13:45:30 -0600 |
| commit | f3fe3232a50a1b28efcce0b81d00b1024f265a12 (patch) | |
| tree | a98b9a94ad55427e19d90d17abcd98742cc9301a /scripts | |
| 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 <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
