From c08481f4de9a67eb35225eaf255cfd7023070e0b Mon Sep 17 00:00:00 2001 From: Stricted Date: Fri, 25 Jun 2021 01:24:03 -0400 Subject: [PATCH] deadpool: Build device specific DTB Change-Id: I882a5f2481802cabe28204ee9c65905d1a80f984 --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index cbac9e1..c3a8b72 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -12,3 +12,6 @@ DEVICE_PATH := device/askey/deadpool ## Bootloader TARGET_BOOTLOADER_BOARD_NAME := deadpool + +## DTB +TARGET_DTB_NAME := g12a_s905y2_deadpool -- 2.20.1