X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Fnds32%2Fcpu%2Fn1213%2Fag101%2Fwatchdog.S;fp=arch%2Fnds32%2Fcpu%2Fn1213%2Fag101%2Fwatchdog.S;h=18f0b664c246bc27638b6d07130dfed21ec98036;hb=3998586bce1efbd2534d78be2c6af341c5659f12;hp=fc39f3f30877d7b5ec644d02ee86820ccaf5f333;hpb=184e6f7db9babfd694ada5eb1cd11a84d671c691;p=karo-tx-uboot.git diff --git a/arch/nds32/cpu/n1213/ag101/watchdog.S b/arch/nds32/cpu/n1213/ag101/watchdog.S index fc39f3f308..18f0b664c2 100644 --- a/arch/nds32/cpu/n1213/ag101/watchdog.S +++ b/arch/nds32/cpu/n1213/ag101/watchdog.S @@ -22,12 +22,12 @@ */ #include +#include .text #ifndef CONFIG_SKIP_TRUNOFF_WATCHDOG -.globl turnoff_watchdog -turnoff_watchdog: +ENTRY(turnoff_watchdog) #define WD_CR 0xC #define WD_ENABLE 0x1 @@ -45,4 +45,5 @@ turnoff_watchdog: ret +ENDPROC(turnoff_watchdog) #endif