Allow silencing of memory usage

For many users memory usage is a simple boolean: does TF-M fit
in its allocated area. Since the linker scripts will error when
TF-M does not fit, the memory usage prints are not useful to these
users.

This commit allows these users to silence the memory usage messages
with the TFM_MEMORY_USAGE_QUIET config.

Change-Id: Ic346c51d1976dcce1f14aac58bac153026944522
Signed-off-by: Jimmy Brisson <jimmy.brisson@linaro.org>
3 files changed