Build: change the first parameter of TOOL_ADD_IMG to lowercase
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Jan 2018 02:42:01 +0000 (11:42 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Feb 2018 11:39:38 +0000 (20:39 +0900)
commit33950dd8fec0056b251bdc5d9d8651dc7d121924
treeaab8b25f7b61992dc23f3421a1a24b9526f628f1
parent36af3455e2213b0ad923bdd8bd1d88304f7265c9
Build: change the first parameter of TOOL_ADD_IMG to lowercase

In the next commit, I need the image name in lowercase because
output files are generally named in lowercase.

Unfortunately, TOOL_ADD_IMG takes the first argument in uppercase
since we generally use uppercase Make variables.

make_helpers/build_macros.mk provides 'uppercase' macro to convert
a string into uppercase, but 'lowercase' does not exist.  We can
implement it if we like, but it would be more straightforward to
change the argument of TOOL_ADD_IMG.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile
make_helpers/build_macros.mk
plat/arm/common/arm_common.mk
plat/arm/css/common/css_common.mk
plat/hisilicon/hikey/platform.mk
plat/hisilicon/hikey960/platform.mk
plat/qemu/platform.mk