Skip to content

Commit

Permalink
rk3318: enable rng-seed population in u-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
alex3d authored and igorpecovnik committed Oct 13, 2024
1 parent 864d7f0 commit 06f573e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 06f573e

Please sign in to comment.