From: Emanuele Ghidoli Date: Tue, 1 Jul 2025 13:44:58 +0000 (+0200) Subject: configs: toradex-smarc-imx8mp: enable RNG support for KASLR X-Git-Tag: v2025.10-rc1~93^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d278f0df24d89c9533c214ecfbf0c8e55820929;p=thirdparty%2Fu-boot.git configs: toradex-smarc-imx8mp: enable RNG support for KASLR Enable DM_RNG in U-Boot to automatically populate /chosen/kaslr-seed. Signed-off-by: Emanuele Ghidoli Acked-by: Francesco Dolcini --- diff --git a/configs/toradex-smarc-imx8mp_defconfig b/configs/toradex-smarc-imx8mp_defconfig index 3e7e4264b12..0489f444115 100644 --- a/configs/toradex-smarc-imx8mp_defconfig +++ b/configs/toradex-smarc-imx8mp_defconfig @@ -154,6 +154,7 @@ CONFIG_DM_REGULATOR_PCA9450=y CONFIG_SPL_DM_REGULATOR_PCA9450=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y +CONFIG_DM_RNG=y CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SYSRESET=y