]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat/arm: Fix load address of TB_FW_CONFIG
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Tue, 9 Jun 2020 08:09:39 +0000 (09:09 +0100)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Wed, 17 Jun 2020 08:45:04 +0000 (09:45 +0100)
commit158658704c8fe5c4b396d6a456946211807ef525
treea1a28dfea66bdf2ea09e8ac1382e31ae1a0d7712
parent5eeb091ade2f6a51f2e34aa9e62830afdc032aa1
plat/arm: Fix load address of TB_FW_CONFIG

Load address of tb_fw_config is incorrectly mentioned
in below device trees:
1. rdn1edge_fw_config.dts
2. tc0_fw_config.dts

Till now, tb_fw_config load-address is not being retrieved from
device tree and hence never exeprienced any issue for tc0 and
rdn1edge platform.

For tc0 and rdn1edge platform, Load-address of tb_fw_config should
be the SRAM base address + 0x300 (size of fw_config device tree)
Hence updated these platform's fw_config.dts accordingly to reflect
this load address change.

Change-Id: I2ef8b05d49be10767db31384329f516df11ca817
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
plat/arm/board/rdn1edge/fdts/rdn1edge_fw_config.dts
plat/arm/board/tc0/fdts/tc0_fw_config.dts