fvp: Remove call to bl2_get_ns_mem_layout() function
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 19 Nov 2013 17:14:22 +0000 (17:14 +0000)
committerDan Handley <dan.handley@arm.com>
Wed, 27 Nov 2013 15:31:06 +0000 (15:31 +0000)
commit942f405357b0472db987b8276fca0f81de98f2e2
tree12f3747266cf8a5db367fb835de8b37496c30885
parent295538bc374bab20ea6ec68137cbee5997b541c6
fvp: Remove call to bl2_get_ns_mem_layout() function

On FVP platforms, for now it is assumed that the normal-world
bootloader is already sitting in its final memory location.
Therefore, BL2 doesn't need to load it and so it doesn't need
to know the extents of the non-trusted DRAM.

Change-Id: I33177ab43ca242edc8958f2fa8d994e7cf3e0843
plat/fvp/bl2_plat_setup.c