Skip to content
Snippets Groups Projects
Commit 5e23b870 authored by Saurabh Ambulkar's avatar Saurabh Ambulkar Committed by Gerrit - the friendly Code Review server
Browse files

Revert "target: msm9640: Increase scratch region size"

This reverts commit d2a5a3d2.

Change-Id: If4709cd07cfac1e0340f268d78659b1ae6062343
parent d2a5a3d2
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ MEMSIZE := 0x00100000 # 1MB ...@@ -9,7 +9,7 @@ MEMSIZE := 0x00100000 # 1MB
BASE_ADDR := 0x80000000 BASE_ADDR := 0x80000000
SCRATCH_ADDR := 0x80000000 SCRATCH_ADDR := 0x80000000
SCRATCH_REGION1 := 0x81300000 SCRATCH_REGION1 := 0x81300000
SCRATCH_REGION1_SIZE := 0x06480100 # 105MB SCRATCH_REGION1_SIZE := 0x06400000 # 100MB
SCRATCH_REGION2 := 0x88000000 SCRATCH_REGION2 := 0x88000000
SCRATCH_REGION2_SIZE := 0x08000000 # 128MB SCRATCH_REGION2_SIZE := 0x08000000 # 128MB
KERNEL_REGION := 0x80000000 KERNEL_REGION := 0x80000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment