]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: Rename UIMAGE to MKIMAGE
authorMarek Vasut <marex@denx.de>
Fri, 14 Mar 2014 04:00:14 +0000 (05:00 +0100)
committerTom Rini <trini@ti.com>
Fri, 28 Mar 2014 19:06:29 +0000 (15:06 -0400)
commitb97241b3125a86b7fd77dc2357446d3346fef929
tree7db3d82eb7a7301f78d91e8cff5cea42f361f52a
parent82b9547387389cc4147596cb45609bf29d3fdbdb
kbuild: Rename UIMAGE to MKIMAGE

U-Boot uses the 'mkimage' tool to produce various image types,
not only uImage image type. Rename the invocation name from
UIMAGE to MKIMAGE.

The following command was used to do the replacement:
git grep 'quiet_cmd_mkimage.* = UIMAGE' | cut -d : -f 1 | \
 xargs -i sed -i "s@\(quiet_cmd_mkimage\)\(.*\) = UIMAGE @\1\2 = MKIMAGE@" {}

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@ti.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Makefile
arch/arm/cpu/arm926ejs/mxs/Makefile
arch/arm/imx-common/Makefile
board/cray/L1/Makefile
board/matrix_vision/mvblm7/Makefile
board/matrix_vision/mvsmr/Makefile
spl/Makefile