powerpc: Use scripts/mkuboot.sh instead of 'mkimage'
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 30 Dec 2009 22:23:26 +0000 (15:23 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 30 Dec 2009 22:23:26 +0000 (15:23 -0700)
commit3f884bf54dde417e963a0e6effb8f2c01f95abee
treec633141b2d4fb9076888fe108d664f3a7248d72c
parent06d352f2f1a750b99ba708cb390d95d007ef344c
powerpc: Use scripts/mkuboot.sh instead of 'mkimage'

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 mkimage via mkuboot.sh.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/boot/wrapper