sdm660-common: BoardConfig: Sync boot image header with stock
Pass proper boot image header version and at the same time ditch defaults. Change-Id: If0345731ab8edc9a7f4c2c506e3748833d6dd076 Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
9aa514c54e
commit
305c24f51b
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ BOARD_KERNEL_CMDLINE += loop.max_part=7
|
|||
BOARD_KERNEL_CMDLINE += printk.devkmsg=on
|
||||
BOARD_KERNEL_CMDLINE += usbcore.autosuspend=7
|
||||
BOARD_KERNEL_CMDLINE += kpti=off
|
||||
BOARD_BOOT_HEADER_VERSION := 1
|
||||
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
|
||||
BOARD_KERNEL_BASE := 0x00000000
|
||||
BOARD_KERNEL_PAGESIZE := 4096
|
||||
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
|
||||
|
|
Loading…
Reference in a new issue