mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	efi_loader: fix comment in ESRT code
There is no variable num_pages in function efi_esrt_allocate_install(). Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
		| @@ -115,7 +115,7 @@ efi_status_t efi_esrt_allocate_install(u32 num_entries) | ||||
| 	u32 size = efi_esrt_entries_to_size(num_entries); | ||||
| 	efi_guid_t esrt_guid = efi_esrt_guid; | ||||
|  | ||||
| 	/* Reserve num_pages for ESRT */ | ||||
| 	/* Reserve memory for ESRT */ | ||||
| 	ret = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, size, | ||||
| 				(void **)&new_esrt); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user