]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/mx6/soc.c
karo: tx6: use HW_WATCHDOG instead of IMX_WATCHDOG
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / mx6 / soc.c
index 86b15250c089a81a5cfd7ffe2a00d3dbb9e72822..0a9182dcc32f150673f540e5455c6faee6abecf4 100644 (file)
@@ -48,8 +48,8 @@ struct scu_regs {
 void hw_watchdog_reset(void)
 {
        if (readw(wdog_base + WDOG_WCR) & WCR_WDE) {
-               static u16 toggle = 0xaaaa;
-               static int first = 1;
+               static u16 __data toggle = 0xaaaa;
+               static int __data first = 1;
 
                if (first) {
                        printf("Watchdog active\n");