Re: [U-Boot] [PATCH v2 1/6] reboard: Create reloc.h and include it where needed

2011-12-11 Thread Simon Glass
Hi, On Sun, Dec 11, 2011 at 2:29 PM, Albert ARIBAUD wrote: > Hi Gream, > > Le 11/12/2011 22:45, Graeme Russ a écrit : > > >> I think the point is that when we pull stuff out of common.h into, >> say, foo.h then only include foo.h where the functionality moved into >> foo.h is _currently_ used. >>

Re: [U-Boot] [PATCH v2 1/6] reboard: Create reloc.h and include it where needed

2011-12-11 Thread Albert ARIBAUD
Le 11/12/2011 23:29, Albert ARIBAUD a écrit : Hi Gream, Argh. s/Gream/Greame/, with my apologies. Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 1/6] reboard: Create reloc.h and include it where needed

2011-12-11 Thread Albert ARIBAUD
Hi Gream, Le 11/12/2011 22:45, Graeme Russ a écrit : I think the point is that when we pull stuff out of common.h into, say, foo.h then only include foo.h where the functionality moved into foo.h is _currently_ used. It looks like you've pulled out the functions definitions into reloc.h then i

Re: [U-Boot] [PATCH v2 1/6] reboard: Create reloc.h and include it where needed

2011-12-11 Thread Graeme Russ
Hi Simon, On Mon, Dec 12, 2011 at 8:33 AM, Simon Glass wrote: > Hi Albert, > > On Sun, Dec 11, 2011 at 6:52 AM, Albert ARIBAUD > wrote: >> Le 10/12/2011 20:16, Simon Glass a écrit : >> >>> Before adding new relocation functions, move this prototype out of >>> common.h where things are pretty cro

Re: [U-Boot] [PATCH v2 1/6] reboard: Create reloc.h and include it where needed

2011-12-11 Thread Albert ARIBAUD
Hi Simon, Le 11/12/2011 22:33, Simon Glass a écrit : Hi Albert, On Sun, Dec 11, 2011 at 6:52 AM, Albert ARIBAUD wrote: Le 10/12/2011 20:16, Simon Glass a écrit : Before adding new relocation functions, move this prototype out of common.h where things are pretty crowded. Signed-off-by: Sim

Re: [U-Boot] [PATCH v2 1/6] reboard: Create reloc.h and include it where needed

2011-12-11 Thread Simon Glass
Hi Albert, On Sun, Dec 11, 2011 at 6:52 AM, Albert ARIBAUD wrote: > Le 10/12/2011 20:16, Simon Glass a écrit : > >> Before adding new relocation functions, move this prototype out of >> common.h where things are pretty crowded. >> >> Signed-off-by: Simon Glass >> --- >> >>  arch/arm/cpu/arm926ejs

Re: [U-Boot] [PATCH v2 1/6] reboard: Create reloc.h and include it where needed

2011-12-11 Thread Albert ARIBAUD
Le 10/12/2011 20:16, Simon Glass a écrit : Before adding new relocation functions, move this prototype out of common.h where things are pretty crowded. Signed-off-by: Simon Glass --- arch/arm/cpu/arm926ejs/davinci/spl.c |1 + arch/arm/cpu/armv7/omap-common/spl.c

[U-Boot] [PATCH v2 1/6] reboard: Create reloc.h and include it where needed

2011-12-10 Thread Simon Glass
Before adding new relocation functions, move this prototype out of common.h where things are pretty crowded. Signed-off-by: Simon Glass --- arch/arm/cpu/arm926ejs/davinci/spl.c |1 + arch/arm/cpu/armv7/omap-common/spl.c |1 + arch/arm/lib/board.c