TSP: Print BL32_BASE rather than __RO_START__
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Thu, 16 Jun 2016 13:24:26 +0000 (14:24 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 8 Jul 2016 13:55:11 +0000 (14:55 +0100)
commita604623c718bf9dc028cb920db184219c6046454
tree25026c10b36e4ae36ab9854771abc3aa50537b2b
parent5d1c104f9aa7e1f52607679db96e5695cac266e7
TSP: Print BL32_BASE rather than __RO_START__

In debug builds, the TSP prints its image base address and size.
The base address displayed corresponds to the start address of the
read-only section, as defined in the linker script.

This patch changes this to use the BL32_BASE address instead, which is
the same address as __RO_START__ at the moment but has the advantage
to be independent of the linker symbols defined in the linker script
as well as the layout and order of the sections.

Change-Id: I032d8d50df712c014cbbcaa84a9615796ec902cc
bl32/tsp/tsp_main.c