u-boot-brain/arch/arm
Marek Vasut b97241b312 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>
2014-03-28 15:06:29 -04:00
..
cpu kbuild: Rename UIMAGE to MKIMAGE 2014-03-28 15:06:29 -04:00
dts venice2: move device tree to fix build error 2014-02-20 12:00:20 -05:00
imx-common kbuild: Rename UIMAGE to MKIMAGE 2014-03-28 15:06:29 -04:00
include/asm mmc: Split mmc struct, rework mmc initialization (v2) 2014-03-24 12:58:56 +02:00
lib ahci-plat: Provide a weak scsi_init hook 2014-03-10 13:50:31 -04:00
config.mk kbuild: move "checkthumb" to ARM archprepare 2014-03-07 10:59:06 -05:00