From 75789c00c9e36f984b647ebb4719cdbd4268808e Mon Sep 17 00:00:00 2001 From: Konsta Date: Tue, 18 Mar 2025 19:07:23 +0200 Subject: [PATCH] set TARGET_BOOTLOADER_BOARD_NAME * Populate 'ro.product.board' as well. * Fixes b310542c14b4d467655818bf00f00ee926987e2e. --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index e3fae7c..c5e2ab9 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -62,6 +62,7 @@ TARGET_USERIMAGES_USE_EXT4 := true # Platform TARGET_BOARD_PLATFORM := bcm2711 +TARGET_BOOTLOADER_BOARD_NAME := bcm2711 # Properties TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop