summaryrefslogtreecommitdiff
path: root/db845c
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2021-03-25 14:15:03 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2021-03-25 14:15:03 +0800
commit63f8e16a54cbeffac39255f6b60b5bfbfcb070fa (patch)
treed0e6449deb2b649ee22174753a98c032b241521b /db845c
parentf09d390e9492884f68e29bffd3eb3eea6cb8b9b9 (diff)
db845c/BoardConfig.mk: set bootv3 as the default
enable vendor_boot by default for the db845c build Test: boot tested with the bootv3 images Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I792eefc4b825cb936ccd0d942fe2b94457d1e06c
Diffstat (limited to 'db845c')
-rw-r--r--db845c/BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/db845c/BoardConfig.mk b/db845c/BoardConfig.mk
index d668719..5f4d343 100644
--- a/db845c/BoardConfig.mk
+++ b/db845c/BoardConfig.mk
@@ -6,6 +6,7 @@ TARGET_BOARD_PLATFORM := db845c
TARGET_NO_KERNEL := false
BOARD_INCLUDE_DTB_IN_BOOTIMG := true
+TARGET_USES_BOOT_HDR_V3 ?= true
ifeq ($(TARGET_USES_BOOT_HDR_V3), true)
BOARD_BOOT_HEADER_VERSION := 3
BOARD_KERNEL_PAGESIZE := 4096