Skip to content

Commit 0910f8f

Browse files
committed
kboot: Remove old ISP segment-ranges struct
Signed-off-by: Eileen Yoon <eyn@gmx.com>
1 parent 695daba commit 0910f8f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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)