From 11cde13b9451b0860dad43b16bf4469c6ccc7da9 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 3 Sep 2024 17:53:27 +0200 Subject: [PATCH] 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 --- boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp_defconfig b/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp_defconfig index 0fde4e01b58..c8f804a2005 100644 --- a/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp_defconfig +++ b/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp_defconfig @@ -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