From: Emanuele Ghidoli Date: Tue, 1 Jul 2025 13:44:57 +0000 (+0200) Subject: configs: verdin-imx8mp: enable RNG support for KASLR X-Git-Tag: v2025.10-rc1~93^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3da2323e7b869369dce64c5de9c088cce9781b81;p=thirdparty%2Fu-boot.git configs: verdin-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/verdin-imx8mp_defconfig b/configs/verdin-imx8mp_defconfig index 4cc69de041b..065520071d1 100644 --- a/configs/verdin-imx8mp_defconfig +++ b/configs/verdin-imx8mp_defconfig @@ -162,6 +162,7 @@ CONFIG_POWER_PCA9450=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_SPL_POWER_I2C=y +CONFIG_DM_RNG=y CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SYSRESET=y