From 24a4a7c5b3158804c866d3c7b43b9e1314b474f4 Mon Sep 17 00:00:00 2001 From: Manish V Badarkhe Date: Fri, 5 Jun 2020 08:41:42 +0100 Subject: Update FIP corrupt address Updated "FIP_CORRUPT_OFFSET" address which is used to corrupt BL2 in FIP. This address is being changed due to addition of fw-config image in FIP. Signed-off-by: Manish V Badarkhe Change-Id: I003ccf9ba80b50646ed732b9306e5be757dbf4ff --- include/common/fwu_nvm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common') diff --git a/include/common/fwu_nvm.h b/include/common/fwu_nvm.h index 923a596..3865d4b 100644 --- a/include/common/fwu_nvm.h +++ b/include/common/fwu_nvm.h @@ -27,7 +27,7 @@ * located in NVM. This particular value is chosen * to make sure the corruption is done beyond fip header. */ -#define FIP_CORRUPT_OFFSET (0x300) +#define FIP_CORRUPT_OFFSET (0x400) /* * This is the base address for backup fip.bin image in NVM -- cgit v1.2.3