Skip to content

Commit

Permalink
fixes: zRAM size and other
Browse files Browse the repository at this point in the history
Change-Id: I445f4aa5e8225df696c788ce5174520583dc95f2

Conflicts:
	BoardConfig.mk
	rootdir/fstab.w7
	rootdir/init.w7.rc
  • Loading branch information
Highwind1991 authored and judas77 committed Aug 8, 2015
1 parent 6d748bf commit 25ceb1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ BOARD_KERNEL_SEPARATED_DT := true
BOARD_CUSTOM_BOOTIMG_MK := device/lge/w7/mkbootimg.mk
TARGET_KERNEL_SOURCE := kernel/lge/msm8226
TARGET_KERNEL_CONFIG := w7ds_cyanogenmod_defconfig
BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 user_debug=31 msm_rtb.filter=0x37 androidboot.hardware=w7 androidboot.selinux=permissive
BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 user_debug=31 msm_rtb.filter=0x37 androidboot.hardware=w7 androidboot.selinux=permissive no_console_suspend=1
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_PAGESIZE := 2048
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01000000 --tags_offset 0x00000100
Expand Down
2 changes: 1 addition & 1 deletion rootdir/fstab.w7
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
/dev/block/platform/msm_sdcc.1/by-name/boot /boot emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/recovery /recovery emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/misc /misc emmc defaults defaults
/dev/block/zram0 /none swap defaults zramsize=268435456
/dev/block/zram0 /none swap defaults zramsize=419430400

0 comments on commit 25ceb1f

Please sign in to comment.