Ignore:
Timestamp:
Mar 10, 2024, 8:22:38 PM (3 months ago)
Author:
Bruno Cornec
Message:

Remove EFI references for ia64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-archive.c

    r3888 r3889  
    26502650    if (bkpinfo->boot_type == UEFI) {
    26512651        mr_asprintf(boot_type, "UEFI");
    2652     } else if (bkpinfo->boot_type == EFI) {
    2653         mr_asprintf(boot_type, "EFI");
    26542652    } else if (bkpinfo->boot_type == BIOS) {
    26552653        mr_asprintf(boot_type, "BIOS");
Note: See TracChangeset for help on using the changeset viewer.