summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Bergstrom <mats.m.bergstrom@stericsson.com>2011-10-03 12:20:47 +0200
committerKalle Vahlman <kalle.vahlman@movial.com>2011-11-17 21:40:50 +0200
commit5a408dd35cbbb1680c7e3922e481812324c8c70d (patch)
tree649d137c379f8290dc7974a07148756058596477
parentf83de00fc1037d32d5e0f736316f83140ec5b360 (diff)
Corrected bad memargs1024
-rw-r--r--include/configs/u8500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index 44248dea9..bae9d5370 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -156,7 +156,7 @@
"mem=64M@160M mem_mali=32M@224M " \
"pmem_hwb=128M@256M mem=128M@384M\0" \
"memargs1024=mem=128M@0 mali.mali_mem=32M@128M " \
- "hwmem=168M@M160M mem=48M@328M " \
+ "hwmem=168M@160M mem=48M@328M " \
"mem_issw=1M@383M mem=640M@384M\0" \
"memargs=setenv bootargs ${bootargs} ${memargs1024}\0" \
"emmcload=fat load mmc 0:2 ${loadaddr} /uImage\0" \