Commit 5470a3cc authored by Daniel Boulby's avatar Daniel Boulby
Browse files

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: default avatarDaniel Boulby <daniel.boulby@arm.com>
parent 562e0e8a
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment