sm6225-common: set boot header ver to 3 if not defined
Older bengal have boot header version 2 Change-Id: I4a29daebb7f85a430e2e26b27c8a39a1e259db8c
This commit is contained in:
parent
8676a9d3a9
commit
776fa1eb1f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ ODM_MANIFEST_FILES := $(COMMON_PATH)/manifest-qva.xml
|
|||
TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_sm6225
|
||||
|
||||
# Kernel
|
||||
BOARD_BOOT_HEADER_VERSION := 3
|
||||
BOARD_BOOT_HEADER_VERSION ?= 3
|
||||
BOARD_INCLUDE_DTB_IN_BOOTIMG := true
|
||||
BOARD_KERNEL_BASE := 0x00000000
|
||||
BOARD_KERNEL_CMDLINE := \
|
||||
|
|
Loading…
Reference in a new issue