From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Tue, 31 Mar 2009 07:41:03 -0400 Subject: [U-Boot] core ticks/timer code In-Reply-To: <200903302110.06020.vapier@gentoo.org> References: <200903272130.26825.vapier@gentoo.org> <49CDCCC1.5050503@googlemail.com> <200903302110.06020.vapier@gentoo.org> Message-ID: <49D2014F.4070802@psyent.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > so if we were to document things, it should read like this: > - CONFIG_SYS_HZ is required to be 1000 Can't this just be eliminated? It's stupid to have a configurable option that is neither ;-) And it doesn't do much for my confidence when things stop working (like my tftp downloads now that the tftp timeout has been, ahem, "fixed") only because a "configurable" option wasn't set to the "correct" value. If we can't change it with breaking something, then let's stop kidding ourselves and get rid of it. --Scott