Skip to content

Commit b360765

Browse files
committed
kboot: Remove old ISP segment-ranges struct
Signed-off-by: Eileen Yoon <[email protected]>
1 parent 3090bda commit b360765

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/kboot.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,14 +1790,6 @@ static int dt_set_sio_fwdata(void)
17901790
return 0;
17911791
}
17921792

1793-
struct isp_segment_ranges {
1794-
u64 phys;
1795-
u64 iova;
1796-
u64 remap;
1797-
u32 size;
1798-
u32 unk;
1799-
} PACKED;
1800-
18011793
static int dt_set_isp_fwdata(void)
18021794
{
18031795
const char *fdt_path = "isp";

0 commit comments

Comments
 (0)