arm-trusted-firmware/plat/arm
Masahiro Yamada 33950dd8fe 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>
2018-02-01 20:39:38 +09:00
..
board SPM: Map devices in the 1st GB 2018-01-29 10:09:15 +01:00
common Build: change the first parameter of TOOL_ADD_IMG to lowercase 2018-02-01 20:39:38 +09:00
css Build: change the first parameter of TOOL_ADD_IMG to lowercase 2018-02-01 20:39:38 +09:00
soc/common Use SPDX license identifiers 2017-05-03 09:39:28 +01:00