Re: [U-Boot] [PATCH] Refresh LZMA-lib to 4.65

17 Jul
2009
17 Jul
'09
2:26 p.m.
watchdog.diff reset watchdog timer to avoid reboot during decompression on slow machines.
Actually, you don't need all these ifdef, that clutter the code.
watchdog.h already include this:
/* * No hardware or software watchdog. */ #if defined(__ASSEMBLY__) #define WATCHDOG_RESET /*XXX DO_NOT_DEL_THIS_COMMENT*/ #else #define WATCHDOG_RESET() {} #endif /* __ASSEMBLY__ */
So please don't ifdef around WATCHDOG_RESET
/alessandro
5775
Age (days ago)
5775
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alessandro Rubini