blob: e46bcfbbebe49a25f0ebcdb262af2cf3c7be6966 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
rickf1113c92017-05-18 14:37:53 +08002/*
3 * Copyright (C) 2011 Andes Technology Corporation
4 * Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
rickf1113c92017-05-18 14:37:53 +08005 */
6
7#include <asm/arch-ag101/ag101.h>
8#include <linux/linkage.h>
9
10.text
11
12#ifndef CONFIG_SKIP_TRUNOFF_WATCHDOG
13ENTRY(turnoff_watchdog)
14#error "AE3XX not support wdt yet"
15ENDPROC(turnoff_watchdog)
16#endif