Skip to content

Commit

Permalink
This?
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Dmytruk <[email protected]>
  • Loading branch information
SergiiDmytruk committed Jan 24, 2025
1 parent b0bcb55 commit 4f208b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grub-core/loader/slaunch/slrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ void
grub_setup_slr_table (struct grub_slaunch_params *slparams,
struct grub_slr_entry_hdr *platform_info)
{
struct grub_slr_table *slrt =
(struct grub_slr_table *)(grub_addr_t)slparams->slr_table_base;
struct grub_slr_table *slrt = slparams->slr_table_mem;

grub_slr_add_entry (slrt, &slr_dl_info_staging.hdr);
grub_slr_add_entry (slrt, &slr_log_info_staging.hdr);
Expand Down

0 comments on commit 4f208b0

Please sign in to comment.