aboutsummaryrefslogtreecommitdiff
path: root/configs/firefly-rk3399_defconfig
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2020-12-16 15:48:43 +0000
committerKever Yang <kever.yang@rock-chips.com>2021-01-21 11:56:21 +0800
commita475bef5340c83663c864512234b7da94bfda265 (patch)
treea2e37ee8525fac0e72b5764a103ae0cab2927100 /configs/firefly-rk3399_defconfig
parent5972c577809cb62b1bea89266998cc4d6297cea8 (diff)
downloadu-boot-a475bef5340c83663c864512234b7da94bfda265.zip
u-boot-a475bef5340c83663c864512234b7da94bfda265.tar.gz
u-boot-a475bef5340c83663c864512234b7da94bfda265.tar.bz2
configs: rk3399: enable rng on firefly/rock960/rockpro64
Enable the RNG on the Firefly, rock960 and RockPro64 devices to enable KASLR on devices that support it. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Cc: Akash Gajjar <akash@openedev.com> Cc: Jagan Teki <jagan@amarulasolutions.com> Cc: Kever Yang <kever.yang@rock-chips.com> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Kever Yang<kever.yang@rock-chips.com>
Diffstat (limited to 'configs/firefly-rk3399_defconfig')
-rw-r--r--configs/firefly-rk3399_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig
index c453b82..cfbaae4 100644
--- a/configs/firefly-rk3399_defconfig
+++ b/configs/firefly-rk3399_defconfig
@@ -35,6 +35,8 @@ CONFIG_MMC_DW=y
CONFIG_MMC_DW_ROCKCHIP=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_ROCKCHIP=y
+CONFIG_DM_RNG=y
+CONFIG_RNG_ROCKCHIP=y
CONFIG_SF_DEFAULT_SPEED=20000000
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y