tc: update UART base for TFTF

Updated UART base for TFTF as per the TC memory map.

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I98cf5318edcd793cf69ead5e940718e42f25e3c9
diff --git a/plat/arm/tc/include/platform_def.h b/plat/arm/tc/include/platform_def.h
index 1f0c28d..82fa6c2 100644
--- a/plat/arm/tc/include/platform_def.h
+++ b/plat/arm/tc/include/platform_def.h
@@ -80,7 +80,7 @@
 #define TC_GICC_BASE			0x2C000000
 
 /* SoC's PL011 UART0 related constants */
-#define PL011_UART0_BASE		0x7FF70000
+#define PL011_UART0_BASE		0x2A400000
 #define PL011_UART0_CLK_IN_HZ		7372800
 
 /* SoC's PL011 UART1 related constants */