Re: [U-Boot] [PATCH v2 07/10] tegra20: add SPL config options for seaboard

2012-06-07 Thread Stephen Warren
On 06/07/2012 11:04 AM, Sughosh Ganu wrote: > On Thu Jun 07, 2012 at 10:36:53AM -0600, Stephen Warren wrote: >> On 06/07/2012 01:15 AM, Sughosh Ganu wrote: >>> On Wed Jun 06, 2012 at 10:44:59AM -0600, Stephen Warren wrote: On 06/05/2012 03:20 PM, Allen Martin wrote: >>> >>> >>> > diff --g

Re: [U-Boot] [PATCH v2 07/10] tegra20: add SPL config options for seaboard

2012-06-07 Thread Sughosh Ganu
On Thu Jun 07, 2012 at 10:36:53AM -0600, Stephen Warren wrote: > On 06/07/2012 01:15 AM, Sughosh Ganu wrote: > > On Wed Jun 06, 2012 at 10:44:59AM -0600, Stephen Warren wrote: > >> On 06/05/2012 03:20 PM, Allen Martin wrote: > > > > > > > >>> diff --git a/include/configs/tegra2-spl.h b/include/c

Re: [U-Boot] [PATCH v2 07/10] tegra20: add SPL config options for seaboard

2012-06-07 Thread Stephen Warren
On 06/07/2012 01:15 AM, Sughosh Ganu wrote: > On Wed Jun 06, 2012 at 10:44:59AM -0600, Stephen Warren wrote: >> On 06/05/2012 03:20 PM, Allen Martin wrote: > > > >>> diff --git a/include/configs/tegra2-spl.h b/include/configs/tegra2-spl.h >> >>> + * published by the Free Software Foundation; eit

Re: [U-Boot] [PATCH v2 07/10] tegra20: add SPL config options for seaboard

2012-06-07 Thread Sughosh Ganu
On Wed Jun 06, 2012 at 10:44:59AM -0600, Stephen Warren wrote: > On 06/05/2012 03:20 PM, Allen Martin wrote: > > diff --git a/include/configs/tegra2-spl.h b/include/configs/tegra2-spl.h > > > + * published by the Free Software Foundation; either version 2 of > > + * the License, or (at your opt

Re: [U-Boot] [PATCH v2 07/10] tegra20: add SPL config options for seaboard

2012-06-06 Thread Allen Martin
On Wed, Jun 06, 2012 at 09:44:59AM -0700, Stephen Warren wrote: > On 06/05/2012 03:20 PM, Allen Martin wrote: > > Add SPL options to tegra20 config files and enable SPL build for > > seaboard in boards.cfg > > > diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h > > > +/* includ

Re: [U-Boot] [PATCH v2 07/10] tegra20: add SPL config options for seaboard

2012-06-06 Thread Stephen Warren
On 06/05/2012 03:20 PM, Allen Martin wrote: > Add SPL options to tegra20 config files and enable SPL build for > seaboard in boards.cfg > diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h > +/* include overrides for SPL build */ > +#ifdef CONFIG_SPL_BUILD > +#include "tegra2-sp

[U-Boot] [PATCH v2 07/10] tegra20: add SPL config options for seaboard

2012-06-05 Thread Allen Martin
Add SPL options to tegra20 config files and enable SPL build for seaboard in boards.cfg Signed-off-by: Allen Martin --- boards.cfg |2 +- include/configs/seaboard.h |6 +++ include/configs/tegra2-common.h | 17 include/configs/tegra2-spl.h| 87 +