[U-Boot] [PATCH v4 11/27] x86: Change stub example to use asm-generic/sections.h

2012-03-14 Thread Simon Glass
We can use the declarations of __bss_start and _end from this header instead of declaring them locally. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Use asm/sections.h instead of asm-generic/sections.h examples/standalone/stubs.c |7 +++ 1 files changed, 3

Re: [U-Boot] [PATCH v4 11/27] x86: Change stub example to use asm-generic/sections.h

2012-03-14 Thread Graeme Russ
Hi Simon, On Thu, Mar 15, 2012 at 1:16 PM, Simon Glass s...@chromium.org wrote: We can use the declarations of __bss_start and _end from this header instead of declaring them locally. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Use asm/sections.h instead of

Re: [U-Boot] [PATCH v4 11/27] x86: Change stub example to use asm-generic/sections.h

2012-03-14 Thread Simon Glass
Hi Graeme, On Wed, Mar 14, 2012 at 7:29 PM, Graeme Russ graeme.r...@gmail.com wrote: Hi Simon, On Thu, Mar 15, 2012 at 1:16 PM, Simon Glass s...@chromium.org wrote: We can use the declarations of __bss_start and _end from this header instead of declaring them locally. Signed-off-by: Simon

Re: [U-Boot] [PATCH v4 11/27] x86: Change stub example to use asm-generic/sections.h

2012-03-14 Thread Graeme Russ
Hi Simon, On Thu, Mar 15, 2012 at 1:44 PM, Simon Glass s...@chromium.org wrote: Hi Graeme, On Wed, Mar 14, 2012 at 7:29 PM, Graeme Russ graeme.r...@gmail.com wrote: Hi Simon, Does not look like x86 to me - looks like common code Yes that tag is wrong. Should I re-issue the patch? Yes,