Skip to content

Commit d43051b

Browse files
committed
fix(configs): am62d: correct the crypto config values
AM62DX has erroneously set CONFIG_crypto to DTHEv2. Correct that to sa2ul. Also add mcrc64. Signed-off-by: T Pratham <t-pratham@ti.com>
1 parent 778e8a1 commit d43051b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/AM62DX/AM62DX_linux_config.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ Configuration Values
3939
'CONFIG_image_type' : 'default'
4040
'CONFIG_icss_support' : 'yes'
4141
'CONFIG_rt_linux_support' : 'yes'
42-
'CONFIG_crypto' : 'DTHEv2'
42+
'CONFIG_crypto' : 'sa2ul'
43+
'CONFIG_mcrc64' : 'mcrc64'

0 commit comments

Comments
 (0)