blob: 30d5a0d7fb0a29efbb37dfd024a8ac37b64b0f34 [file] [log] [blame]
# Parameters for vendor_boot.img
KERNEL_VENDOR_CMDLINE="bootopt=64S3,32N2,64N2 "
KERNEL_VENDOR_CMDLINE+="firmware_class.path=/vendor/firmware "
KERNEL_VENDOR_CMDLINE+="no_console_suspend "
KERNEL_VENDOR_CMDLINE+="clk_ignore_unused "
KERNEL_VENDOR_CMDLINE+="pd_ignore_unused "
KERNEL_VENDOR_CMDLINE+="loglevel=4 "
KERNEL_VENDOR_CMDLINE+="rodata=off "
KERNEL_VENDOR_CMDLINE+="init_on_alloc=0 "
KERNEL_VENDOR_CMDLINE+="bootconfig "
VENDOR_BOOTCONFIG="androidboot.odm.led.white.max_brightness=1024 "
VENDOR_BOOTCONFIG+="androidboot.odm.led.orange.max_brightness=1350 "
BASE_ADDRESS=0x50000000
KERNEL_OFFSET=0x02000000
RAMDISK_OFFSET=0x0
TAGS_OFFSET=0x06000000
DTB_OFFSET=$TAGS_OFFSET
PAGE_SIZE=4096
# Needed to ensure that the devicetree overlays have the correct
# board IDs.
MKDTIMG_FLAGS="--id=/:board_id"