]> git.sur5r.net Git - u-boot/blobdiff - include/watchdog.h
esd WUH405 and DU405 board updated
[u-boot] / include / watchdog.h
index 7180259d05445db5e08a77493194b7c4778226d0..ac6ba8c09147365b666a2684e5bbba851946367e 100644 (file)
 #  error "Configuration error: CONFIG_HW_WATCHDOG and CONFIG_WATCHDOG can't be used together."
 #endif
 
+#if defined(__ASSEMBLY__) && defined(__NIOS__)
+#  error "Configuration error: WATCHDOG_RESET inside assembler not supported for Nios platforms."
+#endif
+
 /*
  * Hardware watchdog
  */