Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
rick | f1113c9 | 2017-05-18 14:37:53 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2011 Andes Technology Corporation |
| 4 | * Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com> |
rick | f1113c9 | 2017-05-18 14:37:53 +0800 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #include <asm/arch-ag101/ag101.h> |
| 8 | #include <linux/linkage.h> |
| 9 | |
| 10 | .text |
| 11 | |
| 12 | #ifndef CONFIG_SKIP_TRUNOFF_WATCHDOG |
| 13 | ENTRY(turnoff_watchdog) |
| 14 | #error "AE3XX not support wdt yet" |
| 15 | ENDPROC(turnoff_watchdog) |
| 16 | #endif |