net: Fix incorrect RPC packets on 64-bit systems
[platform/kernel/u-boot.git] / include / fsl_wdog.h
index d15a70c..f698d4d 100644 (file)
@@ -16,3 +16,4 @@ struct watchdog_regs {
 #define WCR_WDT                0x08
 #define WCR_SRS                0x10
 #define SET_WCR_WT(x)  (x << 8)
+#define WCR_WT_MSK     SET_WCR_WT(0xFF)