[source] cns3xxx: disable watchdog until it is fixed

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 13 02:31:43 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/fcea190b8bc0c4013e2fef7b57188cf5c548c7de

commit fcea190b8bc0c4013e2fef7b57188cf5c548c7de
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Feb 13 11:30:55 2017 +0100

    cns3xxx: disable watchdog until it is fixed
    
    It has been reported to cause random reboots on some devices
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/cns3xxx/config-4.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/cns3xxx/config-4.9 b/target/linux/cns3xxx/config-4.9
index ff2f28f..c8c029b 100644
--- a/target/linux/cns3xxx/config-4.9
+++ b/target/linux/cns3xxx/config-4.9
@@ -190,7 +190,7 @@ CONFIG_MMC_SDHCI_CNS3XXX=y
 CONFIG_MMC_SDHCI_PLTFM=y
 # CONFIG_MMC_TIFM_SD is not set
 CONFIG_MODULES_USE_ELF_REL=y
-CONFIG_MPCORE_WATCHDOG=y
+# CONFIG_MPCORE_WATCHDOG is not set
 CONFIG_MTD_M25P80=y
 # CONFIG_MTD_OF_PARTS is not set
 CONFIG_MTD_PHYSMAP=y



More information about the lede-commits mailing list