From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric BENARD Date: Fri, 03 Apr 2009 15:20:13 +0200 Subject: [U-Boot] [PATCH v2] at91: change CONFIG_SYS_HZ to 1000 In-Reply-To: <49D60BED.3080009@vollmann.ch> References: <1235527085-23900-1-git-send-email-dv@vollmann.ch> <49D50DDC.2000001@free.fr> <20090402190616.GJ2651@game.jcrosoft.org> <49D60BED.3080009@vollmann.ch> Message-ID: <49D60D0D.8000209@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Detlef Vollmann a ?crit : > Jean-Christophe PLAGNIOL-VILLARD wrote: >> I've send a new patch that introduce an improve of the clock on at91 >> which give you the calculated main_clock based on the main crystal and the >> lowlevel settings > I was looking for that patch in git://git.denx.de/u-boot-at91.git, > but couldn't find it there (it should add a new file > cpu/arm926ejs/at91/clock.c, correct?). > Where can I find that patch? > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/56837 Is it interesting to loose time calculating PLL values at each boot when these value can be defined in the board config file ? Eric