Convert BL31 error message into warning
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 6 Sep 2018 15:47:35 +0000 (16:47 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 6 Sep 2018 16:09:57 +0000 (17:09 +0100)
commit46b9aa764b535178cf7c4ab85a5cc3de7a154ae4
tree789e59f2ab4dfd0296261a1d40c323b87b924d90
parent783fd8e00f7a58462891ff16fa3f10f635df7a12
Convert BL31 error message into warning

If BL32 isn't present or it fails to initialize the current code prints
an error message in both debug and release builds. This is too verbose
for release builds, so it has been converted into a warning.

Also, it was missing a newline at the end of the message.

Change-Id: I91e18d5d5864dbb19d47ecd54f174d2d8c06296c
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
bl31/bl31_main.c