efi_loader: move path out of file_handle
authorGabriel Dalimonte <gabriel.dalimonte@gmail.com>
Mon, 17 Feb 2025 18:26:46 +0000 (13:26 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 7 Mar 2025 17:50:22 +0000 (11:50 -0600)
commit8465ee528b84f242e403a3c6e67dab5b244bacc8
treeb8e81cdacfa8ead7b95ea0b808088c1b6517631e
parent879eee641b6ddd4cd8299cb14803766935536b3e
efi_loader: move path out of file_handle

In order to support renaming via SetInfo(), path must allow for longer
values than what was originally present when file_handle was allocated.

Signed-off-by: Gabriel Dalimonte <gabriel.dalimonte@gmail.com>
lib/efi_loader/efi_file.c