Re: [PATCH v2 1/3] powerpc: Use scripts/mkuboot.sh instead of 'mkimage'

2009-12-30 Thread Grant Likely
On Mon, Dec 21, 2009 at 6:50 PM, Peter Tyser wrote: > mkuboot.sh provides a basic wrapper for the 'mkimage' utility.  Using > mkuboot.sh provides clearer error reporting and allows a toolchain to > use its own 'mkimage' executable specified by ${CROSS_COMPILE}mkimage. > Additionally, this brings P

[PATCH v2 1/3] powerpc: Use scripts/mkuboot.sh instead of 'mkimage'

2009-12-21 Thread Peter Tyser
mkuboot.sh provides a basic wrapper for the 'mkimage' utility. Using mkuboot.sh provides clearer error reporting and allows a toolchain to use its own 'mkimage' executable specified by ${CROSS_COMPILE}mkimage. Additionally, this brings PowerPC in line with other architectures which already call mk