Re: [U-Boot] [PATCH v5 1/7] powerpc: Extract EPAPR_MAGIC constants into processor.h

2012-10-30 Thread Stefan Roese
Hi Tom, On 10/29/2012 09:55 PM, Tom Rini wrote: > On Tue, Oct 23, 2012 at 10:28:29AM +0200, Stefan Roese wrote: > >> By extracting these defines into a header, they can be re-used by other >> C sources as well. This will be done by the SPL framework OS boot >> support. >> >> Signed-off-by: Stefan

Re: [U-Boot] [PATCH v5 1/7] powerpc: Extract EPAPR_MAGIC constants into processor.h

2012-10-29 Thread Tom Rini
On Tue, Oct 23, 2012 at 10:28:29AM +0200, Stefan Roese wrote: > By extracting these defines into a header, they can be re-used by other > C sources as well. This will be done by the SPL framework OS boot > support. > > Signed-off-by: Stefan Roese release.S:354:0: warning: "EPAPR_MAGIC" redefine

[U-Boot] [PATCH v5 1/7] powerpc: Extract EPAPR_MAGIC constants into processor.h

2012-10-23 Thread Stefan Roese
By extracting these defines into a header, they can be re-used by other C sources as well. This will be done by the SPL framework OS boot support. Signed-off-by: Stefan Roese --- arch/powerpc/include/asm/processor.h | 6 ++ arch/powerpc/lib/bootm.c | 6 -- 2 files changed, 6