Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Simon Glass
On Sat, Sep 29, 2012 at 1:02 PM, Lucas Stach wrote: > The prototypes used in board files were all scattered out, which lead to > code duplication between SPL and normal U-Boot and some prototypes not > actually > being used. Consolidate this in a common board header. > > Signed-off-by: Lucas Stac

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Tom Warren
Lucas, On Mon, Oct 1, 2012 at 10:23 AM, Lucas Stach wrote: > Hi Tom, > > Am Montag, den 01.10.2012, 10:12 -0700 schrieb Tom Warren: >> Lucas, Stephen, et al. >> >> On Mon, Oct 1, 2012 at 9:39 AM, Tom Warren wrote: >> > Lucas, >> > >> > On Mon, Oct 1, 2012 at 9:24 AM, Stephen Warren >> > wrote:

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Lucas Stach
Hi Tom, Am Montag, den 01.10.2012, 10:12 -0700 schrieb Tom Warren: > Lucas, Stephen, et al. > > On Mon, Oct 1, 2012 at 9:39 AM, Tom Warren wrote: > > Lucas, > > > > On Mon, Oct 1, 2012 at 9:24 AM, Stephen Warren > > wrote: > >> On 09/29/2012 02:02 PM, Lucas Stach wrote: > >>> The prototypes us

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Tom Warren
Lucas, Stephen, et al. On Mon, Oct 1, 2012 at 9:39 AM, Tom Warren wrote: > Lucas, > > On Mon, Oct 1, 2012 at 9:24 AM, Stephen Warren wrote: >> On 09/29/2012 02:02 PM, Lucas Stach wrote: >>> The prototypes used in board files were all scattered out, which lead to >>> code duplication between SPL

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Tom Warren
Lucas, On Mon, Oct 1, 2012 at 9:24 AM, Stephen Warren wrote: > On 09/29/2012 02:02 PM, Lucas Stach wrote: >> The prototypes used in board files were all scattered out, which lead to >> code duplication between SPL and normal U-Boot and some prototypes not >> actually >> being used. Consolidate t

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Stephen Warren
On 09/29/2012 02:02 PM, Lucas Stach wrote: > The prototypes used in board files were all scattered out, which lead to > code duplication between SPL and normal U-Boot and some prototypes not > actually > being used. Consolidate this in a common board header. Seems reasonable enough to me. This se

[U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-09-29 Thread Lucas Stach
The prototypes used in board files were all scattered out, which lead to code duplication between SPL and normal U-Boot and some prototypes not actually being used. Consolidate this in a common board header. Signed-off-by: Lucas Stach --- v2: remove wrong paragraph about how to move ahead in the