[openwrt/openwrt] bcm27xx: bcm2711: correctly disable HW_RANDOM_BCM2835

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 22 07:09:41 GMT 2021


noltari pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/cd48473bb8679937573d5761fa6d2d9cce358eb0

commit cd48473bb8679937573d5761fa6d2d9cce358eb0
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Sun Mar 21 12:39:47 2021 +0100

    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 at gmail.com>
    (cherry picked from commit f93b544f01)
---
 target/linux/bcm27xx/bcm2711/config-5.4 | 1 +
 1 file changed, 1 insertion(+)

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



More information about the lede-commits mailing list