Skip to content

Commit

Permalink
p999: Increase carveout size
Browse files Browse the repository at this point in the history
Try to reduce the memory pressure on the GPU, since it was causing
the carveout killer to go nuts while using the camera
  • Loading branch information
rmcc committed Feb 13, 2012
1 parent c64475b commit 342b5cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Expand Up @@ -3,7 +3,7 @@

TARGET_BOOTLOADER_BOARD_NAME := p999

BOARD_KERNEL_CMDLINE := mem=447M@0M nvmem=64M@448M loglevel=0 muic_state=1 rs=w lpj=9994240 CRC=2000151e3b7f3 vmalloc=256M brdrev=1.1 video=tegrafb console=ttyS0,115200n8 usbcore.old_scheme_first=1 tegraboot=sdmmc tegrapart=recovery:500:a00:800,linux:3f200:1000:800,mbr:f00:200:800,system:1100:35c00:800,cache:36d00:8000:800,misc:3ed00:400:800,userdata:40900:c0000:800 androidboot.hardware=p999
BOARD_KERNEL_CMDLINE := mem=415M@0M nvmem=96M@416M loglevel=0 muic_state=1 rs=w lpj=9994240 CRC=2000151e3b7f3 vmalloc=256M brdrev=1.1 video=tegrafb console=ttyS0,115200n8 usbcore.old_scheme_first=1 tegraboot=sdmmc tegrapart=recovery:500:a00:800,linux:3f200:1000:800,mbr:f00:200:800,system:1100:35c00:800,cache:36d00:8000:800,misc:3ed00:400:800,userdata:40900:c0000:800 androidboot.hardware=p999
BOARD_KERNEL_BASE := 0x10000000
BOARD_PAGE_SIZE := 0x00000800

Expand Down
Binary file modified kernel
Binary file not shown.

0 comments on commit 342b5cc

Please sign in to comment.