efi_loader: remove outdated TODO in efi_memory.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 5 Jan 2021 07:22:51 +0000 (08:22 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 13 Jan 2021 01:38:01 +0000 (02:38 +0100)
commitdb0f298416fb76f939fbe3071cba73db4606b017
treeaf669012cba56bbcf37e495a5c6eb3be92f5f695
parent7913c7dc57eb1ce6a145c36fab7918a0c8c6860d
efi_loader: remove outdated TODO in efi_memory.c

In efi_mem_sort() adjacent memory regions of same type are coalesced.
Remove the remark "Merging of adjacent free regions is missing".

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_memory.c