Re: [U-Boot] [PATCH V2 7/8] arm/davinci: spl - boot device selection

2012-07-09 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/08/2012 08:31 PM, Mikhail Kshevetskiy wrote: > This patch allow us to have a universal spl that detects a boot > device and select a corresponding boot algorithm for main u-boot > part (SOC_DA8XX only) > > This patch create copy copy of drivers

Re: [U-Boot] [PATCH V2 7/8] arm/davinci: spl - boot device selection

2012-07-09 Thread Prabhakar Lad
Hi Mikhail, On Mon, Jul 9, 2012 at 12:34 PM, Mikhail Kshevetskiy wrote: > On Mon, 9 Jul 2012 11:39:14 +0530 > Prabhakar Lad wrote: > >> Hi Mikhail, >> >> On Mon, Jul 9, 2012 at 9:01 AM, Mikhail Kshevetskiy >> wrote: >> > This patch allow us to have a universal spl that detects a boot >> > devic

Re: [U-Boot] [PATCH V2 7/8] arm/davinci: spl - boot device selection

2012-07-09 Thread Mikhail Kshevetskiy
On Mon, 9 Jul 2012 11:39:14 +0530 Prabhakar Lad wrote: > Hi Mikhail, > > On Mon, Jul 9, 2012 at 9:01 AM, Mikhail Kshevetskiy > wrote: > > This patch allow us to have a universal spl that detects a boot > > device and select a corresponding boot algorithm for main u-boot part > > (SOC_DA8XX only

Re: [U-Boot] [PATCH V2 7/8] arm/davinci: spl - boot device selection

2012-07-08 Thread Prabhakar Lad
Hi Mikhail, On Mon, Jul 9, 2012 at 9:01 AM, Mikhail Kshevetskiy wrote: > This patch allow us to have a universal spl that detects a boot > device and select a corresponding boot algorithm for main u-boot part > (SOC_DA8XX only) > > This patch create copy copy of drivers/mtd/nand/nand_spl_load.c a

[U-Boot] [PATCH V2 7/8] arm/davinci: spl - boot device selection

2012-07-08 Thread Mikhail Kshevetskiy
This patch allow us to have a universal spl that detects a boot device and select a corresponding boot algorithm for main u-boot part (SOC_DA8XX only) This patch create copy copy of drivers/mtd/nand/nand_spl_load.c and drivers/mtd/spi/spi_spl_load.c for the following reasons: * avoid jump to main