fix(corstone1000): change base address of FIP in the flash

More space in the flash is reserved up front for metadata
parser and UEFI variables. That requires change in the flash
base address of where images are present.

Signed-off-by: Satish Kumar <satish.kumar01@arm.com>
Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
Change-Id: Ieaabe09374d707de18d36505c69b6c9a8c2ec2e9
diff --git a/plat/arm/board/corstone1000/common/include/platform_def.h b/plat/arm/board/corstone1000/common/include/platform_def.h
index acfaf5d..ef1cc78 100644
--- a/plat/arm/board/corstone1000/common/include/platform_def.h
+++ b/plat/arm/board/corstone1000/common/include/platform_def.h
@@ -213,7 +213,7 @@
 
 /* NOR Flash */
 
-#define PLAT_ARM_FIP_BASE					UL(0x08131000)
+#define PLAT_ARM_FIP_BASE					UL(0x081EF000)
 #define PLAT_ARM_FIP_MAX_SIZE					UL(0x1ff000)  /* 1.996 MB */
 
 #define PLAT_ARM_NVM_BASE					V2M_FLASH0_BASE