mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
kboot: Remove leftover IPD lookup dead code
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
a024101b75
commit
a633b90634
1 changed files with 0 additions and 4 deletions
|
@ -262,10 +262,6 @@ static int dt_set_chosen(void)
|
|||
if (node < 0)
|
||||
bail("FDT: /chosen node not found in devtree\n");
|
||||
|
||||
int ipd = adt_path_offset(adt, "/arm-io/spi3/ipd");
|
||||
if (ipd < 0)
|
||||
ipd = adt_path_offset(adt, "/arm-io/dockchannel-mtp/mtp-transport/keyboard");
|
||||
|
||||
if (fdt_setprop(dt, node, "asahi,iboot1-version", system_firmware.iboot,
|
||||
strlen(system_firmware.iboot) + 1))
|
||||
bail("FDT: couldn't set asahi,iboot1-version");
|
||||
|
|
Loading…
Reference in a new issue