Closed nhivp closed 4 years ago
Currently, the efivar have changed the type of 'path' argument in function 'efidp_format_device_path' from 'char ' to 'unsigned char '. It caused failure in compiling. This patch is intended to fix it.
Signed-off-by: Nhi Pham npham@amperecomputing.com
If this was caused by a change in efivar then I think this needs to have a version check for which efivar you're compiling against, no?
efivar
Currently, the efivar have changed the type of 'path' argument in function 'efidp_format_device_path' from 'char ' to 'unsigned char '. It caused failure in compiling. This patch is intended to fix it.
Signed-off-by: Nhi Pham npham@amperecomputing.com