summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManish V Badarkhe <Manish.Badarkhe@arm.com>2020-06-05 08:41:42 +0100
committerManish V Badarkhe <Manish.Badarkhe@arm.com>2020-06-09 13:24:39 +0100
commit24a4a7c5b3158804c866d3c7b43b9e1314b474f4 (patch)
tree363dc9c31c55c5e25d1f58f38e7dad4627ae48fe /include
parent5861730b3d6333f936c2fcecaa034de0391cbd94 (diff)
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 <Manish.Badarkhe@arm.com> Change-Id: I003ccf9ba80b50646ed732b9306e5be757dbf4ff
Diffstat (limited to 'include')
-rw-r--r--include/common/fwu_nvm.h2
1 files changed, 1 insertions, 1 deletions
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