diff options
author | Daniel Boulby <daniel.boulby@arm.com> | 2018-06-22 16:44:57 +0100 |
---|---|---|
committer | Daniel Boulby <daniel.boulby@arm.com> | 2018-06-25 13:42:19 +0100 |
commit | 5470a3ccae7785a56372defd70f21c5e2a1c3be7 (patch) | |
tree | 52203e094b2b6f97f9f08de1568092b508c88e6a /plat | |
parent | 562e0e8ae871f14c2c0b00be8631b8e1d10bb0ab (diff) | |
download | platform_external_arm-trusted-firmware-5470a3ccae7785a56372defd70f21c5e2a1c3be7.tar.gz platform_external_arm-trusted-firmware-5470a3ccae7785a56372defd70f21c5e2a1c3be7.tar.bz2 platform_external_arm-trusted-firmware-5470a3ccae7785a56372defd70f21c5e2a1c3be7.zip |
Set FVP DYN_DISABLE_AUTH authentication default to 0
Set the ability to dynamically disable Trusted Boot Board
authentication to be off by default
Change-Id: Ibd2aa179179f7d9b0e7731c6e450f200a8c67529
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
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 |