From 128f38bc9e4f0c5413a7900bda59e7e408665429 Mon Sep 17 00:00:00 2001 From: Dan Johansson Date: Tue, 24 Aug 2010 14:06:43 +0200 Subject: 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 Tested-by: Dan JOHANSSON Reviewed-by: Michael BRANDT --- include/configs/u8500.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/configs/u8500.h') 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} " \ -- cgit v1.2.3