Skip to content

Commit

Permalink
kboot: Declare DCP firmware 13.6.2 as 13.5 compatible
Browse files Browse the repository at this point in the history
Tested on t6001-j314c.

Signed-off-by: Janne Grunau <[email protected]>
  • Loading branch information
jannau authored and marcan committed Nov 15, 2023
1 parent 0a8aa3d commit 65185bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,7 @@ static int dt_set_dcp_firmware(const char *alias)
break;
case V13_5B4:
case V13_5:
case V13_6_2:
compat = &fw_versions[V13_5];
break;
default:
Expand Down

0 comments on commit 65185bd

Please sign in to comment.