blob: 956c5f8449f59f716a473765e03d0662f5fad950 [file] [log] [blame]
rickf1113c92017-05-18 14:37:53 +08001/*
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
14ENTRY(turnoff_watchdog)
15#error "AE3XX not support wdt yet"
16ENDPROC(turnoff_watchdog)
17#endif