boards: nrf54l15_bsim: Actively set psa-rng to disabled
This target does not yet support the PSA random generator. Lets explicitly set it to disabled, to even if the SOC definition sets it to "okay" it is not built in by default. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
eb4d1ef170
commit
b03db5e4c9
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@
|
|||
status = "okay";
|
||||
compatible = "zephyr,native-posix-rng";
|
||||
};
|
||||
|
||||
psa_rng: psa-rng {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&grtc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue