summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFredrik Allansson <fredrik.allansson@stericsson.com>2010-09-22 16:50:02 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-09-24 09:20:31 +0200
commit0f6be09b5e6e121430dcce554bbd56b9f24c3c75 (patch)
tree4567768ea2e9aa25578331101d701aa9d16c6f68 /include
parent3af26ab6c59e9527353f7759eaff21923bf5726d (diff)
u-boot: Changed pmem to hwmem in bootargs
The reserved memory for pmem has been changed to reserved memory for hwmem. ST-Ericsson ID: WP269630 Change-Id: I0eff03561e12b286d983efe67d39a265bf647d45 Signed-off-by: Fredrik Allansson <fredrik.allansson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/5401 Reviewed-by: Johan MOSSBERG <johan.xx.mossberg@stericsson.com> Reviewed-by: Robert LIND <robert.lind@stericsson.com> Reviewed-by: Robert FEKETE <robert.fekete@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/u8500.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index 35d7833b1..d33b39951 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -129,9 +129,9 @@
"loadaddr=0x00100000\0" \
"console=ttyAMA2,115200n8\0" \
"memargs256=mem=96M@0 mem_modem=32M@96M mem=32M@128M " \
- "pmem=22M@160M pmem_hwb=42M@182M mem_mali=32@224M\0" \
+ "hwmem=22M@160M pmem_hwb=42M@182M mem_mali=32@224M\0" \
"memargs512=mem=96M@0 mem_modem=32M@96M mem=40M@128M " \
- "pmem=22M@172M mem=24M@200M mem_mali=32M@224M " \
+ "hwmem=28M@172M mem=24M@200M mem_mali=32M@224M " \
"pmem_hwb=64M@256M mem=192M@320M\0" \
"commonargs=setenv bootargs cachepolicy=writealloc noinitrd " \
"init=init " \