From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prafulla Wadaskar Date: Mon, 4 May 2009 23:11:29 -0700 Subject: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support In-Reply-To: <20090504225105.E44CA83420E8@gemini.denx.de> Message-ID: <73173D32E9439E4ABB5151606C3E19E201CD5CF802@SC-VEXCH1.marvell.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Wolfgang Denk [mailto:wd at denx.de] > Sent: Tuesday, May 05, 2009 4:21 AM > To: Jean-Christophe PLAGNIOL-VILLARD > Cc: Prafulla Wadaskar; u-boot at lists.denx.de; Ashish Karkare; > Prabhanjan Sarnaik; Ronen Shitrit > Subject: Re: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support > > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090504223746.GE13923@game.jcrosoft.org> you wrote: > > > > > > please move to include/asm-arm/u-boot-arm.h > > > > > > This change request makes no sense to me. Please leave as is. > > all other arm specific init are already store there so for me it's > > make sense to have them all store at the same place > > arch_misc_init() is not exactly ARM specific. It might as > well be used by other architectures (ievenif this is > currently not the case). I agree with Wolfgang on this. arch_misc_init() can be used by any architecture. It may not be currently used by other architectures. Same applies for arch_cpu_init() too Regards.. Prafulla . .