Commit 062835c
BL2: use regex instead of external config.py
Using 'config.py' would require the framework submodule to be available
in tf-psa-crypto, which might not always be the case (ex: Zephyr). This
commit replaces that script with a regex check to verify if the P256-M
driver is enabled or not in the BL2's configuration file.
Change-Id: Idcbb66086b891cb22c53bf4ebcdba10331bf7ebf
Signed-off-by: Valerio Setti <vsetti@baylibre.com>1 parent 38d15d4 commit 062835c
1 file changed
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
57 | 51 | | |
58 | 52 | | |
59 | 53 | | |
60 | 54 | | |
| 55 | + | |
61 | 56 | | |
62 | 57 | | |
63 | 58 | | |
| |||
0 commit comments