You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ot] scripts/opentitan: cfggen.py: fix regression introduced with bc4626e
- ot-rom_ctrl table and ot-otp-eg.scrmbl_key had been removed.
OtpConfiguration was instantiated twice.
Also use a regular ordered dict (py3.7+) rather than a legacy OrderedDict
for managing HSJON content.
Signed-off-by: Emmanuel Blot <[email protected]>
0 commit comments