mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
kboot: Don't fail if there are fewer than 6 DCPEXTs on t600x
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
0fb9bf6c40
commit
aa0a3e6fcf
1 changed files with 2 additions and 0 deletions
|
@ -1218,6 +1218,8 @@ static int dt_set_display(void)
|
|||
dcpext_reserved_regions_t600x[n],
|
||||
ARRAY_SIZE(dcpext_reserved_regions_t600x[n]));
|
||||
}
|
||||
|
||||
ret = 0;
|
||||
} else {
|
||||
printf("DT: unknown compatible, skip display reserved-memory setup\n");
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue