From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Thu, 31 Oct 2013 09:30:33 +0800 Subject: [U-Boot] [RFC PATCH 7/7] spl: mmc: FAT support boot u-boot In-Reply-To: <5270E749.3090004@gmail.com> References: <1383124508-8413-1-git-send-email-voice.shen@atmel.com> <1383124508-8413-8-git-send-email-voice.shen@atmel.com> <5270DC29.6080807@denx.de> <5270E2C1.9010308@gmail.com> <5270E5FC.1030109@denx.de> <5270E749.3090004@gmail.com> Message-ID: <5271B2B9.8030100@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heiko, Andreas, On 10/30/2013 19:02, Andreas Bie?mann wrote: > Hi Heiko, > > +Albert > > On 10/30/2013 11:57 AM, Heiko Schocher wrote: >> Hello Andreas, >> >> Am 30.10.2013 11:43, schrieb Andreas Bie?mann: >>> Hello Heiko, >>> >>> On 10/30/2013 11:15 AM, Heiko Schocher wrote: >>>> Hello Bo, >>>> >>>> Am 30.10.2013 10:15, schrieb Bo Shen: >>> >>> >>> >>>> All this functions could be moved to a common file, I vote for: >>>> >>>> arch/arm/cpu/arm926ejs/at91/spl.c >>>> >>>> What do you think? >>> >>> That's not that easy ... sama5 is an armv7 SoC. So we need some special >>> at91 library directory or something like this. >> >> Ah, armv7 and I work on an at91sam920, which is arm926 ... Hmm... >> I started with a >> >> arch/arm/cpu/arm926ejs/at91/spl.c >> >> Ok... so we need a place for both archs ... Hmm, something like >> >> arch/arm/cpu/at91-common/spl.c ? > > I think that is Ok. OK, I will try this in RFC v2. > Best regards > > Andreas Bie?mann Best Regards, Bo Shen