Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Marek Vasut's avatar
    b97241b3
    kbuild: Rename UIMAGE to MKIMAGE · b97241b3
    Marek Vasut authored
    
    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: default avatarMarek Vasut <marex@denx.de>
    Cc: Tom Rini <trini@ti.com>
    Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
    Acked-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
    b97241b3
    History
    kbuild: Rename UIMAGE to MKIMAGE
    Marek Vasut authored
    
    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: default avatarMarek Vasut <marex@denx.de>
    Cc: Tom Rini <trini@ti.com>
    Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
    Acked-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>