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>
1 parent 36af345 commit 33950dd8fec0056b251bdc5d9d8651dc7d121924
@Masahiro Yamada Masahiro Yamada authored on 25 Jan 2018
Showing 7 changed files
View
Makefile
View
make_helpers/build_macros.mk
View
plat/arm/common/arm_common.mk
View
plat/arm/css/common/css_common.mk
View
plat/hisilicon/hikey/platform.mk
View
plat/hisilicon/hikey960/platform.mk
View
plat/qemu/platform.mk