Skip to content
Snippets Groups Projects
Commit 60813bd7 authored by Dhina17's avatar Dhina17
Browse files

onclite: Drop useless mkbootimg args

* No need to pass these args --ramdisk_offset and --tags_offset with these values to mkbootimg since these values are default

Change-Id: I5846c6546195beb48ecb310d2796b43cb18f5858
parent 092e8a3a
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 an
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
BOARD_KERNEL_PAGESIZE := 2048
BOARD_BOOTIMG_HEADER_VERSION := 1
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01000000 --tags_offset 0x00000100 --header_version $(BOARD_BOOTIMG_HEADER_VERSION)
BOARD_MKBOOTIMG_ARGS := --header_version $(BOARD_BOOTIMG_HEADER_VERSION)
TARGET_KERNEL_SOURCE := kernel/xiaomi/onclite
TARGET_KERNEL_CONFIG := onclite-perf_defconfig
BOARD_KERNEL_SEPARATED_DTBO := true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment