From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Fri, 3 Feb 2012 14:01:31 +0530 Subject: [U-Boot] [PATCH 1/3] davinci: move clock related functions to new file In-Reply-To: <1328190802-5630-2-git-send-email-manjunath.hadli@ti.com> References: <1328190802-5630-1-git-send-email-manjunath.hadli@ti.com> <1328190802-5630-2-git-send-email-manjunath.hadli@ti.com> Message-ID: <20120203083131.GA13309@Hardy> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de hi Manjunath, On Thu Feb 02, 2012 at 07:23:20PM +0530, Manjunath Hadli wrote: > Move the clock related function from cpu.c to new file > speed.c. Eliminate volatile keyword usage which made no > justification and also to keep checkpatch.pl happy. Replace > REG instructions by readl. > > Signed-off-by: Manjunath Hadli > Cc: Tom Rini > --- > nand_spl/board/davinci/da8xxevm/Makefile | 6 + You might want to check the patch "Changes to move hawkboard to the new spl infrastructure". This patch removes the above file, and moves the hawkboard to the new spl infrastructure -- the above change would not be needed. -sughosh