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