Skip to content
Snippets Groups Projects
Commit 041bcba7 authored by Vasanthakumar Pandurangan's avatar Vasanthakumar Pandurangan
Browse files

Reduce Cache partition size to 40MB


Change-Id: I72796c686922697fbdf6faac5ba6da43d4d2c525
Signed-off-by: default avatarVasanthakumar Pandurangan <vasanth@codeaurora.org>
parent 9471cf3f
No related branches found
No related tags found
No related merge requests found
diff --git a/target/msm7627a/init.c b/target/msm7627a/init.c
index 896eef9..ee8ff79 100644
--- a/target/msm7627a/init.c
+++ b/target/msm7627a/init.c
@@ -134,7 +134,7 @@ static struct ptentry board_part_list_sku3[] = {
},
{
.start = DIFF_START_ADDR,
- .length = 80 /* In MB */ ,
+ .length = 40 /* In MB */ ,
.name = "cache",
},
{
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment