Skip to content

Commit

Permalink
cmdline: remove no-op
Browse files Browse the repository at this point in the history
Change-Id: I150bd172ea6c75b0454dd7faa47a8700ca0293d1
  • Loading branch information
invisiblek authored and tako0910 committed Nov 3, 2015
1 parent edd91fc commit 4f60300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ BOARD_HAS_LARGE_FILESYSTEM := true
#Kernel
BOARD_KERNEL_BASE := 0x80600000
BOARD_KERNEL_PAGESIZE := 2048
BOARD_KERNEL_CMDLINE := console=none androidboot.hardware=dlxj androidboot.selinux=permissive user_debug=0 androidboot.bootdevice=msm_sdcc.1
BOARD_KERNEL_CMDLINE := console=none androidboot.hardware=dlxj androidboot.selinux=permissive user_debug=0
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01800000
TARGET_KERNEL_CONFIG := cyanogenmod_deluxe_j_defconfig
TARGET_KERNEL_SOURCE := kernel/htc/m7wlj
Expand Down

0 comments on commit 4f60300

Please sign in to comment.