summaryrefslogtreecommitdiff
path: root/include/configs/u8500.h
diff options
context:
space:
mode:
authorDan Johansson <dan.johansson@stericsson.com>2010-08-24 14:06:43 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-08-25 11:47:20 +0200
commit128f38bc9e4f0c5413a7900bda59e7e408665429 (patch)
tree9c3829ae6cec603ba3a50f59ffbda320475dd4d8 /include/configs/u8500.h
parenta5041c72abedb8463f19b4667b4aa1595e3edb8e (diff)
Align memory regions in memory map to 8 MB
This patch aligns the start address and size of all mem regions to 8 MB. Note that there is 2 MB unused memory starting at 198M. ST-Ericsson Change-Id: ER268677 Change-Id: Ia93953b0ff0af788c75ce378cdae96a23361455f Change-Id: I5dc74519b6a12431407e918cfe5552969793ec5b Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/4054 Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Tested-by: Dan JOHANSSON <dan.johansson@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'include/configs/u8500.h')
-rw-r--r--include/configs/u8500.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index 4df4b8952..5b1ed0d60 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -119,11 +119,11 @@
"verify=n\0" \
"loadaddr=0x00100000\0" \
"console=ttyAMA2,115200n8\0" \
- "memargs256=mem=96M@0 mem_modem=32M@96M mem=30M@128M " \
- "pmem=22M@158M pmem_hwb=44M@180M mem_mali=32@224M\0" \
- "memargs512=mem=96M@0 mem_modem=32M@96M mem=44M@128M " \
- "pmem=22M@172M mem=30M@194M mem_mali=32M@224M " \
- "pmem_hwb=54M@256M mem=202M@310M\0" \
+ "memargs256=mem=96M@0 mem_modem=32M@96M mem=32M@128M " \
+ "pmem=22M@160M pmem_hwb=42M@182M mem_mali=32@224M\0" \
+ "memargs512=mem=96M@0 mem_modem=32M@96M mem=48M@128M " \
+ "pmem=22M@176M mem=24M@200M mem_mali=32M@224M " \
+ "pmem_hwb=56M@256M mem=200M@312M\0" \
"commonargs=setenv bootargs cachepolicy=writealloc noinitrd " \
"init=init " \
"board_id=${board_id} " \