From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Thu, 01 Apr 2010 21:15:36 -0400 Subject: [U-Boot] [PATCH] nios2: Set CONFIG_SYS_HZ to 1000 all nios2 boards. In-Reply-To: <4BB4D103.8000108@monstr.eu> References: <1269997231-16081-1-git-send-email-smcnutt@psyent.com> <4BB449ED.9080208@monstr.eu> <4BB4879D.9050306@psyent.com> <4BB4D103.8000108@monstr.eu> Message-ID: <4BB54538.3020004@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 Michal, >> It would indeed be more efficient -- perhaps a common header for >> the Altera boards when time permits. > > :-) It is not just to be more efficient. > 1. Save u-boot size > 2. If is only one place where it is defined than you don't need to spend > time to fix all boards which are very similar. It is more bug-free > solution. Exactly! That's what I meant by "more efficient." Efficiency of size, efficiency of effort. I'm confident that we are in complete agreement. Best Regards, --Scott