Zelalem | 2a45073 | 2020-08-04 12:17:56 -0500 | [diff] [blame^] | 1 | diff --git a/common/bl_common.c b/common/bl_common.c |
| 2 | index 03ebb3a64..524fc4720 100644 |
| 3 | --- a/common/bl_common.c |
| 4 | +++ b/common/bl_common.c |
| 5 | @@ -29,7 +29,7 @@ static int disable_auth; |
| 6 | *****************************************************************************/ |
| 7 | void dyn_disable_auth(void) |
| 8 | { |
| 9 | - INFO("Disabling authentication of images dynamically\n"); |
| 10 | + NOTICE("Disabling authentication of images dynamically\n"); |
| 11 | disable_auth = 1; |
| 12 | } |
| 13 | # endif /* DYN_DISABLE_AUTH */ |
| 14 | diff --git a/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts b/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts |
| 15 | index 576eded93..ec49225e8 100644 |
| 16 | --- a/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts |
| 17 | +++ b/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts |
| 18 | @@ -11,7 +11,7 @@ |
| 19 | compatible = "arm,tb_fw"; |
| 20 | |
| 21 | /* Disable authentication for development */ |
| 22 | - disable_auth = <0x0>; |
| 23 | + disable_auth = <0x1>; |
| 24 | |
| 25 | /* |
| 26 | * The following two entries are placeholders for Mbed TLS |
| 27 | -- |
| 28 | 2.20.1 |