Re: [U-Boot] [PATCH v2 06/12] SPL: Port SPL framework to powerpc

2012-08-28 Thread Stefan Roese
On 08/27/2012 06:27 PM, Tom Rini wrote: On Mon, Aug 27, 2012 at 12:51:01PM +0200, Stefan Roese wrote: This patch enables the SPL framework to be used on powerpc platforms and not only ARM. Signed-off-by: Stefan Roese s...@denx.de [snip] diff --git a/common/spl/spl.c b/common/spl/spl.c

[U-Boot] [PATCH v2 06/12] SPL: Port SPL framework to powerpc

2012-08-27 Thread Stefan Roese
This patch enables the SPL framework to be used on powerpc platforms and not only ARM. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: - Add option to skip copying of the mkimage header - Rebased on Tom's SPL framework patches v4 arch/powerpc/lib/Makefile | 1 +

Re: [U-Boot] [PATCH v2 06/12] SPL: Port SPL framework to powerpc

2012-08-27 Thread Tom Rini
On Mon, Aug 27, 2012 at 12:51:01PM +0200, Stefan Roese wrote: This patch enables the SPL framework to be used on powerpc platforms and not only ARM. Signed-off-by: Stefan Roese s...@denx.de [snip] diff --git a/common/spl/spl.c b/common/spl/spl.c index 61936ee..3eb269e 100644 ---