From: Alessandro Rubini <rubini-list@gnudd.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Refresh LZMA-lib to 4.65
Date: Fri, 17 Jul 2009 14:26:26 +0200 [thread overview]
Message-ID: <20090717122626.GA352@mail.gnudd.com> (raw)
In-Reply-To: <h3pocf$1@ger.gmane.org>
> 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
next prev parent reply other threads:[~2009-07-17 12:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-07 16:52 [U-Boot] [PATCH] Refresh LZMA-lib to 4.65 Luigi 'Comio' Mantellini
[not found] ` <h3kpg6$1@ger.gmane.org>
[not found] ` <h3kq0c$2@ger.gmane.org>
2009-07-08 11:07 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-15 14:35 ` rhabarber1848
2009-07-15 14:44 ` rhabarber1848
2009-07-15 16:33 ` rhabarber1848
2009-07-16 21:11 ` Wolfgang Denk
2009-07-17 6:59 ` rhabarber1848
2009-07-17 10:31 ` Wolfgang Denk
2009-07-17 11:47 ` rhabarber1848
2009-07-17 12:17 ` Wolfgang Denk
[not found] ` <h3pocf$1@ger.gmane.org>
2009-07-17 12:26 ` Alessandro Rubini [this message]
2009-07-20 21:46 ` Wolfgang Denk
2009-07-21 8:52 ` Luigi 'Comio' Mantellini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090717122626.GA352@mail.gnudd.com \
--to=rubini-list@gnudd.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox