diff options
| author | Emanuele Ghidoli <[email protected]> | 2025-07-01 15:44:57 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-07-10 08:02:11 -0300 |
| commit | 3da2323e7b869369dce64c5de9c088cce9781b81 (patch) | |
| tree | 78f2d4cb070f7b8bd2507f9f6cd49e1844b855f2 | |
| parent | d192a0876af85d3a7c6414ecaf2ba5cafc985fca (diff) | |
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 <[email protected]>
Acked-by: Francesco Dolcini <[email protected]>
| -rw-r--r-- | configs/verdin-imx8mp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
