summaryrefslogtreecommitdiff
path: root/db845c
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2021-03-25 14:15:03 +0800
committerJohn Stultz <john.stultz@linaro.org>2022-02-12 04:51:12 +0000
commit98fd0ee79cb034fdee7ebef6a54dd181b0d3a4ca (patch)
treee74020a5f0ef09bdf9d0657e67ea5d63d8eaf7f3 /db845c
parentc0ad894bfadcce4be4778e1773aeb09f8f19ef47 (diff)
db845c/BoardConfig.mk: set bootv3 as the default
Re-enable vendor_boot by default for the db845c build This was earlier enabled and then reverted. But should be ok to re-enable now, as long as everyone is using the flash-all.sh script that flashes vendor_boot. Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I819532a5a4d0e1ca41ac4947dd18f4932ecb2a78
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 7ef8549..2a23017 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