From 9050ef3a240c38326cf1c60984529e416feaf3e6 Mon Sep 17 00:00:00 2001 From: Vachounet Date: Sun, 20 Aug 2017 16:27:15 +0200 Subject: [PATCH] potter: set proper dtbTool custom args Change-Id: Id06361be5c102c19d48ae2422080954dd8642bf1 --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index f825a9b..919daad 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -51,6 +51,7 @@ BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_SEPARATED_DT := true TARGET_CUSTOM_DTBTOOL := dtbTool_custom +BOARD_DTBTOOL_ARGS := --force-v3 --motorola 1 BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01000000 --tags_offset 0x00000100 TARGET_KERNEL_ARCH := arm TARGET_KERNEL_CONFIG := potter_defconfig