Skip to content

Commit 65185bd

Browse files
jannaumarcan
authored andcommitted
kboot: Declare DCP firmware 13.6.2 as 13.5 compatible
Tested on t6001-j314c. Signed-off-by: Janne Grunau <[email protected]>
1 parent 0a8aa3d commit 65185bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/kboot.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,7 @@ static int dt_set_dcp_firmware(const char *alias)
13431343
break;
13441344
case V13_5B4:
13451345
case V13_5:
1346+
case V13_6_2:
13461347
compat = &fw_versions[V13_5];
13471348
break;
13481349
default:

0 commit comments

Comments
 (0)