mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 04:21:18 +02:00
efi_loader: allow concatenation with contained end node
Allow appending a device-path to a device-path that contains an end node as separator. We need this feature for creating boot options specifying kernel, initrd, and dtb. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
@@ -130,7 +130,7 @@ static efi_status_t try_load_from_file_path(efi_handle_t *fs_handles,
|
||||
if (!dp)
|
||||
continue;
|
||||
|
||||
dp = efi_dp_concat(dp, fp, false);
|
||||
dp = efi_dp_concat(dp, fp, 0);
|
||||
if (!dp)
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user