Re: [U-Boot] [PATCH 7/7] da850/omap-l138: add support for direct NOR boot mode

2012-06-06 Thread Lad, Prabhakar
Hi Tom, On Tue, Jun 05, 2012 at 04:02:01, Rini, Tom wrote: > On Fri, Jun 01, 2012 at 08:00:49PM +0530, Prabhakar Lad wrote: > > From: Lad, Prabhakar > > > > This patch adds support for direct NOR boot mode on da850/omap-l138. > > > > Define the CONFIG_DIRECT_NOR_BOOT macro along with CONFIG_USE_

Re: [U-Boot] [PATCH 7/7] da850/omap-l138: add support for direct NOR boot mode

2012-06-04 Thread Tom Rini
On Fri, Jun 01, 2012 at 08:00:49PM +0530, Prabhakar Lad wrote: > From: Lad, Prabhakar > > This patch adds support for direct NOR boot mode on > da850/omap-l138. > > Define the CONFIG_DIRECT_NOR_BOOT macro along with > CONFIG_USE_NOR in the DA850/OMAP-L138 configuration > file to enable this feat

[U-Boot] [PATCH 7/7] da850/omap-l138: add support for direct NOR boot mode

2012-06-03 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds support for direct NOR boot mode on da850/omap-l138. Define the CONFIG_DIRECT_NOR_BOOT macro along with CONFIG_USE_NOR in the DA850/OMAP-L138 configuration file to enable this feature. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Sig