defaults.mk: default KEY_SIZE to 2048 in case of RSA algorithm
authorLeonardo Sandoval <leonardo.sandoval@linaro.org>
Thu, 18 Jun 2020 22:32:55 +0000 (17:32 -0500)
committerLeonardo Sandoval <leonardo.sandoval@linaro.org>
Thu, 10 Sep 2020 15:19:43 +0000 (10:19 -0500)
commitee15a17272abec0b969545dada4258a9e2a3721f
tree4a434b4e1d6dfd6a9d57b93ab042e53421f78cdc
parented39d5e3c0709bab22821a1da3a62737c5d531de
defaults.mk: default KEY_SIZE to 2048 in case of RSA algorithm

According to the documentation [1], KEY_SIZE defaults to 2048 when RSA
algorithm is chosen, so set this value on the make's defaults file.

[1] https://trustedfirmware-a.readthedocs.io/en/latest/getting_started/build-options.html

Change-Id: I030f98363198a752bc0dd03528f748de527d48d8
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
make_helpers/defaults.mk