From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 01 Apr 2010 18:59:47 +0200 Subject: [U-Boot] [PATCH] nios2: Set CONFIG_SYS_HZ to 1000 all nios2 boards. In-Reply-To: <4BB4879D.9050306@psyent.com> References: <1269997231-16081-1-git-send-email-smcnutt@psyent.com> <4BB449ED.9080208@monstr.eu> <4BB4879D.9050306@psyent.com> Message-ID: <4BB4D103.8000108@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Scott McNutt wrote: > > > Michal Simek wrote: >> Scott McNutt wrote: >>> CONFIG_SYS_HZ was being calculated (incorrectly) in nios2 >>> configuration >>> headers. Updated comments to accurately describe timebase macros. >>> >>> Signed-off-by: Scott McNutt >>> --- >>> include/configs/EP1C20.h | 14 ++++++++------ >>> include/configs/EP1S10.h | 14 ++++++++------ >>> include/configs/EP1S40.h | 14 ++++++++------ >>> include/configs/PCI5441.h | 14 ++++++++------ >>> include/configs/PK1C20.h | 14 ++++++++------ >>> 5 files changed, 40 insertions(+), 30 deletions(-) >> >> This is the next "nice" patch around altera boards. > > Agreed. > >> If you do the same changes (because of the same reason) in 5 files it >> points me that something is wrong. > > IMO, it is inefficient, not wrong. But only because each of these > boards worked fine ... until some things changed externally ... that > required a common resolution. I don't have anything against the purpose that patch because fix the real issue. I have just problem with that style of doing it. I am really not sure what you mean by "until some things changed externally"! > >> Please create one generic nios2 file and move there these common >> macros. Look at ppc405/440 which use that style. > > 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. Regards, Michal > > Regards, > --Scott > -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/ Microblaze U-BOOT custodian