]> git.sur5r.net Git - u-boot/blob - arch/nds32/cpu/n1213/ae3xx/watchdog.S
956c5f8449f59f716a473765e03d0662f5fad950
[u-boot] / arch / nds32 / cpu / n1213 / ae3xx / watchdog.S
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