diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-21 12:39:47 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-22 08:09:13 +0100 |
commit | cd48473bb8679937573d5761fa6d2d9cce358eb0 (patch) | |
tree | c1d2d4214af908d225daa38ae14a3a0cef4b1c56 /target/linux/bcm27xx | |
parent | bdfd7f68d0ac30508c98b6e0bc9310c8106c134d (diff) | |
download | upstream-cd48473bb8679937573d5761fa6d2d9cce358eb0.tar.gz upstream-cd48473bb8679937573d5761fa6d2d9cce358eb0.tar.bz2 upstream-cd48473bb8679937573d5761fa6d2d9cce358eb0.zip |
bcm27xx: bcm2711: correctly disable HW_RANDOM_BCM2835
It was removed in bac74aff5e36, but it should have been disabled.
More info: https://forum.openwrt.org/t/make-image-stops-at-random-number-generator-bcm27xx/91429/7
Fixes: bac74aff5e36 ("bcm27xx: bcm2711: disable HW_RANDOM_BCM2835")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit f93b544f01)
Diffstat (limited to 'target/linux/bcm27xx')
-rw-r--r-- | target/linux/bcm27xx/bcm2711/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm27xx/bcm2711/config-5.4 b/target/linux/bcm27xx/bcm2711/config-5.4 index 7efd1c2b07..6468a08b8f 100644 --- a/target/linux/bcm27xx/bcm2711/config-5.4 +++ b/target/linux/bcm27xx/bcm2711/config-5.4 @@ -257,6 +257,7 @@ CONFIG_HOLES_IN_ZONE=y CONFIG_HOTPLUG_CPU=y CONFIG_HW_CONSOLE=y CONFIG_HW_RANDOM=y +# CONFIG_HW_RANDOM_BCM2835 is not set CONFIG_HW_RANDOM_IPROC_RNG200=y CONFIG_HZ=250 CONFIG_HZ_250=y |