gpu: nova-core: vbios: drop unused image wrappers

These are unused currently, and it is probably sufficient to just check
the type of BIOS image in the future.

Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Signed-off-by: Eliot Courtney <ecourtney@nvidia.com>
Link: https://patch.msgid.link/20260525-fix-vbios-v5-19-e5e455251537@nvidia.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
This commit is contained in:
Eliot Courtney 2026-05-25 22:57:37 +09:00 committed by Danilo Krummrich
parent 84eb369da6
commit 91a8ec505e

View File

@ -656,18 +656,6 @@ struct PciAtBiosImage {
bit_offset: usize,
}
#[expect(dead_code)]
struct EfiBiosImage {
base: BiosImage,
// EFI-specific fields can be added here in the future.
}
#[expect(dead_code)]
struct NbsiBiosImage {
base: BiosImage,
// NBSI-specific fields can be added here in the future.
}
/// The [`FwSecBiosImage`] structure contains the PMU table and the Falcon Ucode.
///
/// The PMU table contains voltage/frequency tables as well as a pointer to the Falcon Ucode.