Commit 7c32e81
committed
[nrf noup] boot: zephyr: use asn1parse.c from TF-PSA-Crypto when PSA
With the outdated copied source file we would get
`asn1parse.c:20:10: fatal error: common.h: No such file or directory`
and anyway it's bad practice to do this.
Update the path to use the original file directly as is, and
also make some adjustments to the Kconfig options that select
CONFIG_MBEDTLS_ASN1_PARSE_C.
Select it in all cases because it's needed to make the needed functions
available in the build.
Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>1 parent e8e5038 commit 7c32e81
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| |||
0 commit comments