TFTF: Fix regions' mapping with no NS bit set

This patch fixes the bug in tftf_plat_configure_mmu()
function (tf-a-tests\plat\common\plat_common.c) which
is missing setting MT_NS attribute flag when maps
Code, RO data and RW Data + BSS memory regions, causing
them to be reported as Secure memory:
 [LV3] VA:0x88000000 PA:0x88000000 size:0x1000 MEM-RO-EXEC-S
...
 [LV3] VA:0x88016000 PA:0x88016000 size:0x1000 MEM-RO-XN-S
...
 [LV3] VA:0x88020000 PA:0x88020000 size:0x1000 MEM-RW-XN-S

Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Change-Id: If64aa65179ffe223d3e6f1c6bf73a7e4ce7fa536
1 file changed