diff options
Diffstat (limited to 'plat')
-rw-r--r-- | plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts b/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts index 716b02377..28299f65a 100644 --- a/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts +++ b/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts @@ -13,7 +13,7 @@ hw_config_addr = <0x0 0x82000000>; hw_config_max_size = <0x01000000>; /* Disable authentication for development */ - disable_auth = <0x1>; + disable_auth = <0x0>; /* * Load SoC and TOS firmware configs at the base of * non shared SRAM. The runtime checks ensure we don't |