diff mbox series

configs: venice: enable DM_RNG

Message ID 20240905190826.538309-1-tharvey@gateworks.com
State Accepted
Delegated to: Fabio Estevam
Headers show
Series configs: venice: enable DM_RNG | expand

Commit Message

Tim Harvey Sept. 5, 2024, 7:08 p.m. UTC
Enable DM_RNG so that the kaslr-seed property is set in the dt allowing
Linux KASLR.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 configs/imx8mm_venice_defconfig | 1 -
 configs/imx8mn_venice_defconfig | 1 -
 configs/imx8mp_venice_defconfig | 1 -
 3 files changed, 3 deletions(-)

Comments

Fabio Estevam Sept. 7, 2024, 4:01 p.m. UTC | #1
On Thu, Sep 5, 2024 at 4:08 PM Tim Harvey <tharvey@gateworks.com> wrote:
>
> Enable DM_RNG so that the kaslr-seed property is set in the dt allowing
> Linux KASLR.
>
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Fabio Estevam Sept. 11, 2024, 11:26 p.m. UTC | #2
On Thu, Sep 5, 2024 at 4:08 PM Tim Harvey <tharvey@gateworks.com> wrote:
>
> Enable DM_RNG so that the kaslr-seed property is set in the dt allowing
> Linux KASLR.
>
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>

Applied to u-boot-imx/next, thanks.
diff mbox series

Patch

diff --git a/configs/imx8mm_venice_defconfig b/configs/imx8mm_venice_defconfig
index fc3e3ec37793..3633401a3498 100644
--- a/configs/imx8mm_venice_defconfig
+++ b/configs/imx8mm_venice_defconfig
@@ -139,7 +139,6 @@  CONFIG_DM_PMIC_MP5416=y
 CONFIG_SPL_DM_PMIC_MP5416=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
-# CONFIG_DM_RNG is not set
 CONFIG_DM_SERIAL=y
 CONFIG_MXC_UART=y
 CONFIG_SPI=y
diff --git a/configs/imx8mn_venice_defconfig b/configs/imx8mn_venice_defconfig
index 93e6a28535c2..d2925f247e13 100644
--- a/configs/imx8mn_venice_defconfig
+++ b/configs/imx8mn_venice_defconfig
@@ -134,7 +134,6 @@  CONFIG_SPL_DM_PMIC_MP5416=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
-# CONFIG_DM_RNG is not set
 CONFIG_DM_SERIAL=y
 CONFIG_MXC_UART=y
 CONFIG_SPI=y
diff --git a/configs/imx8mp_venice_defconfig b/configs/imx8mp_venice_defconfig
index b08e4ae4e1fd..09a884181433 100644
--- a/configs/imx8mp_venice_defconfig
+++ b/configs/imx8mp_venice_defconfig
@@ -139,7 +139,6 @@  CONFIG_DM_PMIC_MP5416=y
 CONFIG_SPL_DM_PMIC_MP5416=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
-# CONFIG_DM_RNG is not set
 CONFIG_DM_SERIAL=y
 CONFIG_MXC_UART=y
 CONFIG_SPI=y