Message ID | 20240905190826.538309-1-tharvey@gateworks.com |
---|---|
State | Accepted |
Commit | 4aea3110aba9238fbcb6c4a5273abce4cb176691 |
Delegated to: | Fabio Estevam |
Headers | show |
Series | configs: venice: enable DM_RNG | expand |
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>
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 --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
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(-)