]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/nds32/cpu/n1213/ae3xx/watchdog.S
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[people/ms/u-boot.git] / 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