[U-Boot] [PATCH] kbuild: Rename UIMAGE to MKIMAGE
Masahiro Yamada
yamada.m at jp.panasonic.com
Fri Mar 14 05:34:27 CET 2014
Hello Marek,
> 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 at denx.de>
> Cc: Tom Rini <trini at ti.com>
> Cc: Masahiro Yamada <yamada.m at jp.panasonic.com>
Acked-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
More information about the U-Boot
mailing list