commit | 3f884bf54dde417e963a0e6effb8f2c01f95abee | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Wed Dec 30 15:23:26 2009 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Dec 30 15:23:26 2009 -0700 |
tree | c633141b2d4fb9076888fe108d664f3a7248d72c | |
parent | 06d352f2f1a750b99ba708cb390d95d007ef344c [diff] |
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>