diff options
-rwxr-xr-x | BoardConfig.mk | 4 | ||||
-rwxr-xr-x | prebuilt/zImage | bin | 54588770 -> 0 bytes |
2 files changed, 1 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 4a22681..ddb97fa 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -58,8 +58,7 @@ ENABLE_CPUSETS := true TARGET_USES_64_BIT_BINDER := true # Kernel -BOARD_CUSTOM_BOOTIMG_MK := $(PLATFORM_PATH)/mkbootimg.mk -BOARD_KERNEL_CMDLINE := console=tty60,115200,n8 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=32M@0-0xffffffff androidboot.selinux=permissive +BOARD_KERNEL_CMDLINE := console=tty60,115200,n8 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=16M@0-0xffffffff androidboot.selinux=permissive BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_TAGS_OFFSET := 0x00000100 @@ -71,7 +70,6 @@ TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- TARGET_KERNEL_CONFIG := cyanogenmod_z2_plus_defconfig TARGET_KERNEL_SOURCE := kernel/zuk/msm8996 -TARGET_PREBUILT_KERNEL := $(PLATFORM_PATH)/prebuilt/zImage # QCOM hardware BOARD_USES_QCOM_HARDWARE := true diff --git a/prebuilt/zImage b/prebuilt/zImage Binary files differdeleted file mode 100755 index 65ac1a8..0000000 --- a/prebuilt/zImage +++ /dev/null |