board: nrf54l15bsim: Disable native_posix entropy seeding
Let's disable the default seeding done by the native_posix entropy driver to allow the normal simulation initialization of the random number generation to take place. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
e58a491900
commit
11cde13b94
1 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,5 @@ CONFIG_NO_OPTIMIZATIONS=y
|
|||
|
||||
# Start SYSCOUNTER on driver init
|
||||
CONFIG_NRF_GRTC_START_SYSCOUNTER=y
|
||||
|
||||
CONFIG_FAKE_ENTROPY_NATIVE_POSIX_SEED_BY_DEFAULT=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue