4 # Build U-Boot image when `mkimage' tool is available.
7 MKIMAGE=$(type -path "${CROSS_COMPILE}mkimage")
9 if [ -z "${MKIMAGE}" ]; then
10 MKIMAGE=$(type -path mkimage)
11 if [ -z "${MKIMAGE}" ]; then
13 echo '"mkimage" command not found - U-Boot images will not be built' >&2
18 # Call "mkimage" to create U-Boot image