rk3318: enable rng-seed population in u-boot

This commit is contained in:
Alex Shumsky
2024-10-11 22:43:33 +03:00
committed by Igor
parent 864d7f0a1c
commit 06f573ef3a

View File

@@ -62,7 +62,7 @@ new file mode 100644
index 000000000000..111111111111
--- /dev/null
+++ b/configs/rk3318-box_defconfig
@@ -0,0 +1,130 @@
@@ -0,0 +1,132 @@
+CONFIG_ARM=y
+CONFIG_SKIP_LOWLEVEL_INIT=y
+CONFIG_COUNTER_FREQUENCY=24000000
@@ -193,6 +193,8 @@ index 000000000000..111111111111
+CONFIG_TPL_TINY_MEMSET=y
+CONFIG_ERRNO_STR=y
+# CONFIG_EFI_LOADER is not set
+CONFIG_BOARD_RNG_SEED=y
+CONFIG_CMD_RNG=y
--
Armbian