diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-10 01:16:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-10 01:16:52 +0200 |
commit | 4b38ad0e3432a4bea09bbb76e929d6a8a45d6e81 (patch) | |
tree | 4a4cc76e55ef5f69e2603f2a4451eaa55073cbc6 /target/linux/config | |
parent | 50229d9ba08af42c1e2e7db11c4760c085903156 (diff) |
bcm28xx: fix symbol name, make reboot work on raspberry pi's
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.watchdog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.watchdog b/target/linux/config/Config.in.watchdog index 037fcdf07..a1083bc83 100644 --- a/target/linux/config/Config.in.watchdog +++ b/target/linux/config/Config.in.watchdog @@ -15,7 +15,7 @@ config ADK_KERNEL_CS5535_MFGPT config ADK_KERNEL_CS5535_CLOCK_EVENT_SRC bool -config ADK_KERNEL_BCM2708_WDT +config ADK_KERNEL_BCM2835_WDT bool "Hardware Watchdog for BCM28XX boards" select ADK_KERNEL_WATCHDOG depends on ADK_TARGET_BOARD_BCM28XX |