Commit a53e89bc authored by Sandrine Bailleux's avatar Sandrine Bailleux Committed by TrustedFirmware Code Review
Browse files

Merge "plat/arm: Fix load address of TB_FW_CONFIG" into integration

parents 5eeb091a 15865870
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
/* tb_fw_config is temporarily contained on this dtb */ /* tb_fw_config is temporarily contained on this dtb */
tb_fw-config { tb_fw-config {
load-address = <0x0 0x80001010>; load-address = <0x0 0x4001010>;
max-size = <0x200>; max-size = <0x200>;
id = <TB_FW_CONFIG_ID>; id = <TB_FW_CONFIG_ID>;
}; };
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
/* tb_fw_config is temporarily contained in this dtb */ /* tb_fw_config is temporarily contained in this dtb */
tb_fw-config { tb_fw-config {
load-address = <0x0 0x2001010>; load-address = <0x0 0x4001010>;
max-size = <0x200>; max-size = <0x200>;
id = <TB_FW_CONFIG_ID>; id = <TB_FW_CONFIG_ID>;
}; };
......
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