diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-13 11:30:55 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-13 11:30:56 +0100 |
commit | fcea190b8bc0c4013e2fef7b57188cf5c548c7de (patch) | |
tree | 2ce23bf35d91e815eba46a667b80683a37c37c0d /target/linux | |
parent | fec57b40c34a50020ff0976a769c69f2a4131e3e (diff) | |
download | upstream-fcea190b8bc0c4013e2fef7b57188cf5c548c7de.tar.gz upstream-fcea190b8bc0c4013e2fef7b57188cf5c548c7de.tar.bz2 upstream-fcea190b8bc0c4013e2fef7b57188cf5c548c7de.zip |
cns3xxx: disable watchdog until it is fixed
It has been reported to cause random reboots on some devices
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/cns3xxx/config-4.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/config-4.9 b/target/linux/cns3xxx/config-4.9 index ff2f28f17b..c8c029bfcb 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 |