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:
Alberto Escolar Piedras 2024-09-03 17:53:27 +02:00 committed by Anas Nashif
commit 11cde13b94

View file

@ -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