watchdog.S 366 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2011 Andes Technology Corporation
  4. * Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
  5. */
  6. #include <asm/arch-ag101/ag101.h>
  7. #include <linux/linkage.h>
  8. .text
  9. #ifndef CONFIG_SKIP_TRUNOFF_WATCHDOG
  10. ENTRY(turnoff_watchdog)
  11. #error "AE3XX not support wdt yet"
  12. ENDPROC(turnoff_watchdog)
  13. #endif