From 2e5d08ac9c524bf97bf1c6ec470aa23f8ce0807c Mon Sep 17 00:00:00 2001 From: Misbah Date: Thu, 28 Oct 2010 14:29:17 +0530 Subject: U-Boot: Modify memargs512 pmem_hwb to 128MB Change pmem_hwb from 64MB to 128MB. This makes it possible to record upto 1080p video content. ST-Ericsson Change ID: 271474 Change-Id: I6e63c7063f188b9ba72c7d7b8c87ad92bee2d696 Change-Id: I54d6ca8d03682dfe9f3492ef315eef308aa4392c Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/5778 Reviewed-by: Vishal JAIN Tested-by: Vishal JAIN Reviewed-by: Henrik CARLING --- include/configs/u8500.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/u8500.h b/include/configs/u8500.h index ee0642f19..b4f09b083 100644 --- a/include/configs/u8500.h +++ b/include/configs/u8500.h @@ -135,7 +135,7 @@ "hwmem=22M@160M pmem_hwb=42M@182M mem_mali=32@224M\0" \ "memargs512=mem=96M@0 mem_modem=32M@96M hwmem=32M@128M " \ "mem=64M@160M mem_mali=32M@224M " \ - "pmem_hwb=64M@256M mem=192M@320M\0" \ + "pmem_hwb=128M@256M mem=128M@384M\0" \ "commonargs=setenv bootargs cachepolicy=writealloc noinitrd " \ "init=init " \ "board_id=${board_id} " \ -- cgit v1.2.3