From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_Bie=DFmann?= Date: Wed, 30 Oct 2013 12:02:33 +0100 Subject: [U-Boot] [RFC PATCH 7/7] spl: mmc: FAT support boot u-boot In-Reply-To: <5270E5FC.1030109@denx.de> 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> Message-ID: <5270E749.3090004@gmail.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, +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. Best regards Andreas Bie?mann