aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2020-08-28 22:47:41 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-09-18 22:23:58 +0200
commitffbeafe7e29fe179e2168b82f9c19b8e57293040 (patch)
tree7eb47d08d74dbd3bd164ec968bfe16a3c4cd8350
parentcf0bf89227594cf3fdcae8242f023685cdd11cb7 (diff)
downloadu-boot-ffbeafe7e29fe179e2168b82f9c19b8e57293040.zip
u-boot-ffbeafe7e29fe179e2168b82f9c19b8e57293040.tar.gz
u-boot-ffbeafe7e29fe179e2168b82f9c19b8e57293040.tar.bz2
efi_memory: refine overlap_only_ram description
Refine text for overlap_only_ram description to match to what exactly flag does and aling description with other functions. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r--lib/efi_loader/efi_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_memory.c b/lib/efi_loader/efi_memory.c
index 7be756e..11e7553 100644
--- a/lib/efi_loader/efi_memory.c
+++ b/lib/efi_loader/efi_memory.c
@@ -235,7 +235,7 @@ static s64 efi_mem_carve_out(struct efi_mem_list *map,
* @start: start address, must be a multiple of EFI_PAGE_SIZE
* @pages: number of pages to add
* @memory_type: type of memory added
- * @overlap_only_ram: the memory area must overlap existing
+ * @overlap_only_ram: region may only overlap RAM
* Return: status code
*/
static efi_status_t efi_add_memory_map_pg(u64 start, u64 pages,