commit | ee15a17272abec0b969545dada4258a9e2a3721f | [log] [tgz] |
---|---|---|
author | Leonardo Sandoval <leonardo.sandoval@linaro.org> | Thu Jun 18 17:32:55 2020 -0500 |
committer | Leonardo Sandoval <leonardo.sandoval@linaro.org> | Thu Sep 10 10:19:43 2020 -0500 |
tree | 4a434b4e1d6dfd6a9d57b93ab042e53421f78cdc | |
parent | ed39d5e3c0709bab22821a1da3a62737c5d531de [diff] |
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>