]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_memory: refine overlap_only_ram description
authorMaxim Uvarov <maxim.uvarov@linaro.org>
Fri, 28 Aug 2020 19:47:41 +0000 (22:47 +0300)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 18 Sep 2020 20:23:58 +0000 (22:23 +0200)
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>
lib/efi_loader/efi_memory.c

index 7be756e370d3fad51293874dc44c2e5f754211c5..11e755363e44b9d7bcf7ddc8777840dfd2964e5b 100644 (file)
@@ -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,