Skip to content

Commit

Permalink
kboot: Remove old ISP segment-ranges struct
Browse files Browse the repository at this point in the history
Signed-off-by: Eileen Yoon <[email protected]>
  • Loading branch information
eiln committed Sep 10, 2023
1 parent bf07bd0 commit 4511899
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/kboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1790,14 +1790,6 @@ static int dt_set_sio_fwdata(void)
return 0;
}

struct isp_segment_ranges {
u64 phys;
u64 iova;
u64 remap;
u32 size;
u32 unk;
} PACKED;

static int dt_set_isp_fwdata(void)
{
const char *fdt_path = "isp";
Expand Down

0 comments on commit 4511899

Please sign in to comment.