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